/haiku/src/kits/storage/ |
H A D | PathFinder.cpp | 19 BPathFinder::BPathFinder(const void* codePointer, const char* dependency) in BPathFinder() function in BPathFinder 25 BPathFinder::BPathFinder(const char* path, const char* dependency) in BPathFinder() function in BPathFinder 31 BPathFinder::BPathFinder(const entry_ref& ref, const char* dependency) in BPathFinder() function in BPathFinder 38 BPathFinder::SetTo(const void* codePointer, const char* dependency) in SetTo() 45 BPathFinder::SetTo(const char* path, const char* dependency) in SetTo() 52 BPathFinder::SetTo(const entry_ref& ref, const char* dependency) in SetTo() 64 BPathFinder::FindPath(const char* architecture, in FindPath() 95 BPathFinder::FindPath(path_base_directory baseDirectory, const char* subPath, in FindPath() 103 BPathFinder::FindPath(path_base_directory baseDirectory, const char* subPath, in FindPath() 111 BPathFinder::FindPath(path_base_directory baseDirectory, BPath& _path) in FindPath() [all …]
|
/haiku/headers/os/storage/ |
H A D | PathFinder.h | 22 class BPathFinder { 28 BPathFinder(const void* codePointer = NULL, 30 BPathFinder(const char* path, 32 BPathFinder(const entry_ref& ref, 34 BPathFinder(
|
/haiku/docs/user/storage/ |
H A D | PathFinder.dox | 19 \brief Provides the BPathFinder class interface. 24 \class BPathFinder 29 The BPathFinder provides two sets of methods for retrieving paths: 39 \fn BPathFinder::BPathFinder(const void* codePointer, 70 \fn BPathFinder::BPathFinder(const char* path, const char* dependency) 96 \fn BPathFinder::BPathFinder(const entry_ref& ref, const char* dependency) 102 BPathFinder::BPathFinder(const char*, const char*). 109 \see BPathFinder::BPathFinder(const char*, const char*) 116 \fn BPathFinder::BPathFinder(const BResolvableExpression& expression, 123 like BPathFinder::BPathFinder(const char*, const char*). [all …]
|
H A D | storageintro.dox | 35 filesystem reorganizations, see \link find_directory, \link find_path, and \link BPathFinder.
|
H A D | FindDirectory.dox | 35 find_paths(), find_paths_etc(), or BPathFinder::FindPaths() instead. 42 find_path() or BPathFinder::FindPath() instead. 55 there are also a C++ version of find_directory() and the BPathFinder class 953 and BPathFinder API. 968 and BPathFinder API. 983 and BPathFinder API.
|
/haiku/src/kits/package/ |
H A D | PathFinder.cpp | 66 BPathFinder::BPathFinder(const BResolvableExpression& expression, in BPathFinder() function in BPathFinder 74 BPathFinder::SetTo(const BResolvableExpression& expression, in SetTo()
|
/haiku/src/bin/ |
H A D | findpaths.cpp | 253 BPathFinder pathFinder; in main() 285 status_t error = BPathFinder::FindPaths(architecture, baseDirectory, in main()
|
H A D | getarch.cpp | 63 BPathFinder pathFinder(systemPath.Path()); in get_current_architecture()
|
H A D | setarch.cpp | 62 status_t error = BPathFinder::FindPaths(architecture, in get_bin_directories()
|
/haiku/src/preferences/media/ |
H A D | MidiSettingsView.cpp | 169 status_t status = BPathFinder::FindPaths(B_FIND_PATH_DATA_DIRECTORY, in _RetrieveSoundFontList() 276 BPathFinder().FindPaths(B_FIND_PATH_DATA_DIRECTORY, "synth", paths); in _WatchFolders()
|
/haiku/src/add-ons/media/media-add-ons/vst_host/ |
H A D | VSTAddOn.cpp | 29 BPathFinder::FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, in VSTAddOn()
|
/haiku/src/preferences/mail/ |
H A D | FilterList.cpp | 43 BPathFinder().FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, subPath, paths); in Reload()
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/ |
H A D | UserlandFSServer.cpp | 70 BPathFinder pathFinder; in Init()
|
/haiku/src/apps/terminal/ |
H A D | PrefHandler.cpp | 277 if (BPathFinder::FindPaths(B_FIND_PATH_DATA_DIRECTORY, in LoadThemes() 281 if (BPathFinder::FindPaths(B_FIND_PATH_SETTINGS_DIRECTORY, in LoadThemes()
|
/haiku/src/kits/tracker/ |
H A D | DeskWindow.cpp | 276 BPathFinder::FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, "Tracker", in InitAddOnsList() 328 BPathFinder::FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, in ApplyShortcutPreferences()
|
/haiku/src/kits/mail/ |
H A D | MailSettings.cpp | 438 BPathFinder().FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, "mail_daemon", in Load() 980 BPathFinder().FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, subPath, paths); in _GetAddOnRef()
|
/haiku/src/add-ons/input_server/filters/shortcut_catcher/ |
H A D | KeyCommandMap.cpp | 270 BPathFinder::FindPaths( in MessageReceived()
|
/haiku/src/preferences/appearance/ |
H A D | LookAndFeelSettingsView.cpp | 356 BPathFinder pathFinder; in _BuildControlLookMenu()
|
/haiku/src/kits/midi/ |
H A D | SoftSynth.cpp | 131 status_t status = BPathFinder::FindPaths(B_FIND_PATH_DATA_DIRECTORY, in SetDefaultInstrumentsFile()
|
/haiku/src/servers/launch/ |
H A D | LaunchDaemon.cpp | 517 BPathFinder::FindPaths(B_FIND_PATH_DATA_DIRECTORY, kUserLaunchDirectory, in ReadyToRun() 522 BPathFinder::FindPaths(B_FIND_PATH_DATA_DIRECTORY, kLaunchDirectory, in ReadyToRun() 527 BPathFinder::FindPaths(B_FIND_PATH_SETTINGS_DIRECTORY, in ReadyToRun() 532 BPathFinder::FindPaths(B_FIND_PATH_SETTINGS_DIRECTORY, kLaunchDirectory, in ReadyToRun()
|
/haiku/src/kits/locale/ |
H A D | LocaleRosterData.cpp | 344 BPathFinder::FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, "locale/catalogs/", in _InitializeCatalogAddOns()
|
/haiku/src/preferences/network/ |
H A D | NetworkWindow.cpp | 368 BPathFinder::FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, "Network Settings", in _ScanAddOns()
|
/haiku/docs/develop/packages/ |
H A D | Migration.rst | 82 ``find_path*()`` API, respectively the ``BPathFinder`` class should be used
|
/haiku/docs/develop/servers/app_server/ |
H A D | graphics.rst | 45 add-on directory (enumerated using BPathFinder). The first matching accelerant is loaded
|
/haiku/src/servers/app/drawing/interface/local/ |
H A D | AccelerantHWInterface.cpp | 317 BPathFinder::FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, leafPath.String(), in _OpenAccelerant()
|