Home
last modified time | relevance | path

Searched refs:pathFinder (Results 1 – 5 of 5) sorted by relevance

/haiku/src/bin/
H A Dfindpaths.cpp253 BPathFinder pathFinder; in main() local
255 pathFinder.SetTo(referencePath, dependency); in main()
257 pathFinder.SetTo( in main()
263 status_t error = pathFinder.FindPath(architecture, baseDirectory, in main()
H A Dgetarch.cpp63 BPathFinder pathFinder(systemPath.Path()); in get_current_architecture() local
67 if (pathFinder.FindPath(architectures.StringAt(i), in get_current_architecture()
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandFSServer.cpp70 BPathFinder pathFinder; in Init() local
72 status_t error = pathFinder.FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, in Init()
/haiku/src/preferences/appearance/
H A DLookAndFeelSettingsView.cpp356 BPathFinder pathFinder; in _BuildControlLookMenu() local
370 status_t error = pathFinder.FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, in _BuildControlLookMenu()
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp2082 BPathFinder pathFinder; in _GetLicensePath() local
2086 status_t error = pathFinder.FindPaths(B_FIND_PATH_DATA_DIRECTORY, in _GetLicensePath()