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

/haiku/headers/os/storage/
H A DPathFinder.h61 static status_t FindPaths(const char* architecture,
65 static status_t FindPaths(path_base_directory baseDirectory,
68 static status_t FindPaths(path_base_directory baseDirectory,
70 static status_t FindPaths(path_base_directory baseDirectory,
/haiku/src/kits/storage/
H A DPathFinder.cpp118 BPathFinder::FindPaths(const char* architecture, function in class:BPathFinder
148 BPathFinder::FindPaths(path_base_directory baseDirectory, const char* subPath, function in class:BPathFinder
151 return FindPaths(NULL, baseDirectory, subPath, flags, _paths);
156 BPathFinder::FindPaths(path_base_directory baseDirectory, const char* subPath, function in class:BPathFinder
159 return FindPaths(NULL, baseDirectory, subPath, 0, _paths);
164 BPathFinder::FindPaths(path_base_directory baseDirectory, BStringList& _paths) function in class:BPathFinder
166 return FindPaths(NULL, baseDirectory, NULL, 0, _paths);
/haiku/src/preferences/media/
H A DMidiSettingsView.cpp169 status_t status = BPathFinder::FindPaths(B_FIND_PATH_DATA_DIRECTORY,
276 BPathFinder().FindPaths(B_FIND_PATH_DATA_DIRECTORY, "synth", paths);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandFSServer.cpp72 status_t error = pathFinder.FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY,
/haiku/src/bin/
H A Dsetarch.cpp62 status_t error = BPathFinder::FindPaths(architecture,
H A Dfindpaths.cpp285 status_t error = BPathFinder::FindPaths(architecture, baseDirectory,
/haiku/src/preferences/mail/
H A DFilterList.cpp43 BPathFinder().FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, subPath, paths);
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTAddOn.cpp29 BPathFinder::FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY,
/haiku/src/apps/terminal/
H A DPrefHandler.cpp277 if (BPathFinder::FindPaths(B_FIND_PATH_DATA_DIRECTORY,
281 if (BPathFinder::FindPaths(B_FIND_PATH_SETTINGS_DIRECTORY,
/haiku/src/kits/mail/
H A DMailSettings.cpp438 BPathFinder().FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, "mail_daemon",
980 BPathFinder().FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, subPath, paths);
/haiku/src/kits/tracker/
H A DDeskWindow.cpp276 BPathFinder::FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, "Tracker",
327 BPathFinder::FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY,
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyCommandMap.cpp270 BPathFinder::FindPaths(
/haiku/src/kits/midi/
H A DSoftSynth.cpp131 status_t status = BPathFinder::FindPaths(B_FIND_PATH_DATA_DIRECTORY,
/haiku/src/preferences/appearance/
H A DLookAndFeelSettingsView.cpp370 status_t error = pathFinder.FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY,
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp517 BPathFinder::FindPaths(B_FIND_PATH_DATA_DIRECTORY, kUserLaunchDirectory,
522 BPathFinder::FindPaths(B_FIND_PATH_DATA_DIRECTORY, kLaunchDirectory,
527 BPathFinder::FindPaths(B_FIND_PATH_SETTINGS_DIRECTORY,
532 BPathFinder::FindPaths(B_FIND_PATH_SETTINGS_DIRECTORY, kLaunchDirectory,
/haiku/src/kits/locale/
H A DLocaleRosterData.cpp344 BPathFinder::FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, "locale/catalogs/",
/haiku/src/preferences/network/
H A DNetworkWindow.cpp368 BPathFinder::FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, "Network Settings",
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.cpp317 BPathFinder::FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, leafPath.String(),
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp2096 status_t error = pathFinder.FindPaths(B_FIND_PATH_DATA_DIRECTORY,

Completed in 272 milliseconds