Home
last modified time | relevance | path

Searched refs:BPathFinder (Results 1 – 25 of 27) sorted by relevance

12

/haiku/src/kits/storage/
H A DPathFinder.cpp19 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 DPathFinder.h22 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 DPathFinder.dox19 \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 Dstorageintro.dox35 filesystem reorganizations, see \link find_directory, \link find_path, and \link BPathFinder.
H A DFindDirectory.dox35 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 DPathFinder.cpp66 BPathFinder::BPathFinder(const BResolvableExpression& expression, in BPathFinder() function in BPathFinder
74 BPathFinder::SetTo(const BResolvableExpression& expression, in SetTo()
/haiku/src/bin/
H A Dfindpaths.cpp253 BPathFinder pathFinder; in main()
285 status_t error = BPathFinder::FindPaths(architecture, baseDirectory, in main()
H A Dgetarch.cpp63 BPathFinder pathFinder(systemPath.Path()); in get_current_architecture()
H A Dsetarch.cpp62 status_t error = BPathFinder::FindPaths(architecture, in get_bin_directories()
/haiku/src/preferences/media/
H A DMidiSettingsView.cpp169 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 DVSTAddOn.cpp29 BPathFinder::FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, in VSTAddOn()
/haiku/src/preferences/mail/
H A DFilterList.cpp43 BPathFinder().FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, subPath, paths); in Reload()
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandFSServer.cpp70 BPathFinder pathFinder; in Init()
/haiku/src/apps/terminal/
H A DPrefHandler.cpp277 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 DDeskWindow.cpp276 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 DMailSettings.cpp438 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 DKeyCommandMap.cpp270 BPathFinder::FindPaths( in MessageReceived()
/haiku/src/preferences/appearance/
H A DLookAndFeelSettingsView.cpp356 BPathFinder pathFinder; in _BuildControlLookMenu()
/haiku/src/kits/midi/
H A DSoftSynth.cpp131 status_t status = BPathFinder::FindPaths(B_FIND_PATH_DATA_DIRECTORY, in SetDefaultInstrumentsFile()
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp517 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 DLocaleRosterData.cpp344 BPathFinder::FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, "locale/catalogs/", in _InitializeCatalogAddOns()
/haiku/src/preferences/network/
H A DNetworkWindow.cpp368 BPathFinder::FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, "Network Settings", in _ScanAddOns()
/haiku/docs/develop/packages/
H A DMigration.rst82 ``find_path*()`` API, respectively the ``BPathFinder`` class should be used
/haiku/docs/develop/servers/app_server/
H A Dgraphics.rst45 add-on directory (enumerated using BPathFinder). The first matching accelerant is loaded
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.cpp317 BPathFinder::FindPaths(B_FIND_PATH_ADD_ONS_DIRECTORY, leafPath.String(), in _OpenAccelerant()

12