Searched refs:bootPath (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/boot/platform/openfirmware/
H A Dnetwork.cpp290 char bootPath[192]; local
291 int length = of_getprop(gChosen, "bootpath", bootPath, sizeof(bootPath));
297 char *lastComponent = strrchr(bootPath, '/');
298 char *parameters = strchr((lastComponent ? lastComponent : bootPath), ':');
303 intptr_t node = of_finddevice(bootPath);
319 status_t error = interface->Init(bootPath, parameters + 1);
/haiku/src/apps/installer/
H A DWorkerThread.cpp296 BPath bootPath; local
297 find_directory(B_BEOS_BOOT_DIRECTORY, &bootPath);

Completed in 88 milliseconds