Symbol: BPathFinder
headers/os/storage/PathFinder.h
22
class BPathFinder {
headers/os/storage/PathFinder.h
28
BPathFinder(const void* codePointer = NULL,
headers/os/storage/PathFinder.h
30
BPathFinder(const char* path,
headers/os/storage/PathFinder.h
32
BPathFinder(const entry_ref& ref,
headers/os/storage/PathFinder.h
34
BPathFinder(
src/add-ons/input_server/filters/shortcut_catcher/KeyCommandMap.cpp
270
BPathFinder::FindPaths(
src/add-ons/kernel/file_systems/userlandfs/server/UserlandFSServer.cpp
70
BPathFinder pathFinder;
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
2060
BPathFinder pathFinder;
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
253
BPathFinder pathFinder;
src/bin/findpaths.cpp
285
status_t error = BPathFinder::FindPaths(architecture, baseDirectory,
src/bin/getarch.cpp
63
BPathFinder pathFinder(systemPath.Path());
src/bin/setarch.cpp
62
status_t error = BPathFinder::FindPaths(architecture,
src/kits/debugger/dwarf/DwarfFile.cpp
3314
BPathFinder finder(fName);
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/package/PathFinder.cpp
66
BPathFinder::BPathFinder(const BResolvableExpression& expression,
src/kits/package/PathFinder.cpp
74
BPathFinder::SetTo(const BResolvableExpression& expression,
src/kits/storage/PathFinder.cpp
103
BPathFinder::FindPath(path_base_directory baseDirectory, const char* subPath,
src/kits/storage/PathFinder.cpp
111
BPathFinder::FindPath(path_base_directory baseDirectory, BPath& _path)
src/kits/storage/PathFinder.cpp
118
BPathFinder::FindPaths(const char* architecture,
src/kits/storage/PathFinder.cpp
148
BPathFinder::FindPaths(path_base_directory baseDirectory, const char* subPath,
src/kits/storage/PathFinder.cpp
156
BPathFinder::FindPaths(path_base_directory baseDirectory, const char* subPath,
src/kits/storage/PathFinder.cpp
164
BPathFinder::FindPaths(path_base_directory baseDirectory, BStringList& _paths)
src/kits/storage/PathFinder.cpp
171
BPathFinder::_SetTo(const void* codePointer, const char* path,
src/kits/storage/PathFinder.cpp
19
BPathFinder::BPathFinder(const void* codePointer, const char* dependency)
src/kits/storage/PathFinder.cpp
25
BPathFinder::BPathFinder(const char* path, const char* dependency)
src/kits/storage/PathFinder.cpp
31
BPathFinder::BPathFinder(const entry_ref& ref, const char* dependency)
src/kits/storage/PathFinder.cpp
38
BPathFinder::SetTo(const void* codePointer, const char* dependency)
src/kits/storage/PathFinder.cpp
45
BPathFinder::SetTo(const char* path, const char* dependency)
src/kits/storage/PathFinder.cpp
52
BPathFinder::SetTo(const entry_ref& ref, const char* dependency)
src/kits/storage/PathFinder.cpp
64
BPathFinder::FindPath(const char* architecture,
src/kits/storage/PathFinder.cpp
95
BPathFinder::FindPath(path_base_directory baseDirectory, const char* subPath,
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
356
BPathFinder pathFinder;
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
61
BPathFinder pathFinder;
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,