Home
last modified time | relevance | path

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; in Init() local
79 error = addOnPath.SetTo(paths.StringAt(index)); in Init()
83 error = addOnPath.Append(fileSystem); in Init()
87 BEntry entry(addOnPath.Path()); in Init()
91 addOnPath.Unset(); in Init()
94 if (addOnPath.InitCheck() != B_OK) in Init()
98 fAddOnImage = load_add_on(addOnPath.Path()); in Init()
/haiku/src/kits/locale/
H A DLocaleRosterData.cpp347 BPath addOnPath; in _InitializeCatalogAddOns() local