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

/haiku/src/bin/debug/profile/
H A Dprofile.cpp460 BPath bootAddonPath; local
462 &bootAddonPath) == B_OK
463 && bootAddonPath.Append("kernel") == B_OK
464 && bootAddonPath.Append("boot") == B_OK) {
465 name = BString(bootAddonPath.Path()) << "/" << name;

Completed in 41 milliseconds