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

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandFSServer.cpp77 BPath addOnPath; local
79 error = addOnPath.SetTo(paths.StringAt(index));
83 error = addOnPath.Append(fileSystem);
87 BEntry entry(addOnPath.Path());
91 addOnPath.Unset();
94 if (addOnPath.InitCheck() != B_OK)
98 fAddOnImage = load_add_on(addOnPath.Path());
/haiku/src/kits/locale/
H A DLocaleRosterData.cpp347 BPath addOnPath; local

Completed in 43 milliseconds