Symbol: FindPaths
headers/os/storage/PathFinder.h
61
static status_t FindPaths(const char* architecture,
headers/os/storage/PathFinder.h
65
static status_t FindPaths(path_base_directory baseDirectory,
headers/os/storage/PathFinder.h
68
static status_t FindPaths(path_base_directory baseDirectory,
headers/os/storage/PathFinder.h
70
static status_t FindPaths(path_base_directory baseDirectory,
src/add-ons/input_server/filters/shortcut_catcher/KeyCommandMap.cpp
270
BPathFinder::FindPaths(
src/add-ons/kernel/file_systems/userlandfs/server/UserlandFSServer.cpp
72
status_t error = pathFinder.FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY,
src/add-ons/media/media-add-ons/vst_host/VSTAddOn.cpp
29
BPathFinder::FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY,
src/apps/aboutsystem/AboutSystem.cpp
2064
status_t error = pathFinder.FindPaths(B_FIND_PATH_DATA_DIRECTORY,
src/apps/terminal/PrefHandler.cpp
277
if (BPathFinder::FindPaths(B_FIND_PATH_DATA_DIRECTORY,
src/apps/terminal/PrefHandler.cpp
281
if (BPathFinder::FindPaths(B_FIND_PATH_SETTINGS_DIRECTORY,
src/bin/findpaths.cpp
285
status_t error = BPathFinder::FindPaths(architecture, baseDirectory,
src/bin/setarch.cpp
62
status_t error = BPathFinder::FindPaths(architecture,
src/kits/locale/LocaleRosterData.cpp
344
BPathFinder::FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, "locale/catalogs/",
src/kits/mail/MailSettings.cpp
438
BPathFinder().FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, "mail_daemon",
src/kits/mail/MailSettings.cpp
980
BPathFinder().FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, subPath, paths);
src/kits/midi/SoftSynth.cpp
131
status_t status = BPathFinder::FindPaths(B_FIND_PATH_DATA_DIRECTORY,
src/kits/storage/PathFinder.cpp
151
return FindPaths(NULL, baseDirectory, subPath, flags, _paths);
src/kits/storage/PathFinder.cpp
159
return FindPaths(NULL, baseDirectory, subPath, 0, _paths);
src/kits/storage/PathFinder.cpp
166
return FindPaths(NULL, baseDirectory, NULL, 0, _paths);
src/kits/tracker/DeskWindow.cpp
326
BPathFinder::FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, "Tracker", addOnPaths);
src/kits/tracker/DeskWindow.cpp
372
BPathFinder::FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, "Tracker/", addOnPaths);
src/preferences/appearance/LookAndFeelSettingsView.cpp
370
status_t error = pathFinder.FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY,
src/preferences/mail/FilterList.cpp
43
BPathFinder().FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, subPath, paths);
src/preferences/media/MidiSettingsView.cpp
169
status_t status = BPathFinder::FindPaths(B_FIND_PATH_DATA_DIRECTORY,
src/preferences/media/MidiSettingsView.cpp
276
BPathFinder().FindPaths(B_FIND_PATH_DATA_DIRECTORY, "synth", paths);
src/preferences/network/NetworkWindow.cpp
368
BPathFinder::FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, "Network Settings",
src/preferences/sounds/HWindow.cpp
63
pathFinder.FindPaths(B_FIND_PATH_SOUNDS_DIRECTORY, paths);
src/servers/app/drawing/interface/local/AccelerantHWInterface.cpp
307
BPathFinder::FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, leafPath.String(),
src/servers/launch/LaunchDaemon.cpp
517
BPathFinder::FindPaths(B_FIND_PATH_DATA_DIRECTORY, kUserLaunchDirectory,
src/servers/launch/LaunchDaemon.cpp
522
BPathFinder::FindPaths(B_FIND_PATH_DATA_DIRECTORY, kLaunchDirectory,
src/servers/launch/LaunchDaemon.cpp
527
BPathFinder::FindPaths(B_FIND_PATH_SETTINGS_DIRECTORY,
src/servers/launch/LaunchDaemon.cpp
532
BPathFinder::FindPaths(B_FIND_PATH_SETTINGS_DIRECTORY, kLaunchDirectory,