Home
last modified time | relevance | path

Searched refs:RootPath (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/boot/platform/pxe_ia32/
H A Ddevices.cpp53 const char* rootPath = sTFTP.RootPath(); in platform_add_boot_device()
151 const char* rootPath = sTFTP.RootPath(); in platform_register_boot_device()
163 || (sTFTP.RootPath() in platform_register_boot_device()
H A Dnetwork.h27 const char* RootPath() const { return fRootPath; } in RootPath() function