Home
last modified time | relevance | path

Searched refs:FindPath (Results 1 – 9 of 9) sorted by relevance

/haiku/src/kits/storage/
H A DPathFinder.cpp64 BPathFinder::FindPath(const char* architecture, in FindPath() function in BPathFinder
95 BPathFinder::FindPath(path_base_directory baseDirectory, const char* subPath, in FindPath() function in BPathFinder
98 return FindPath(NULL, baseDirectory, subPath, flags, _path); in FindPath()
103 BPathFinder::FindPath(path_base_directory baseDirectory, const char* subPath, in FindPath() function in BPathFinder
106 return FindPath(NULL, baseDirectory, subPath, 0, _path); in FindPath()
111 BPathFinder::FindPath(path_base_directory baseDirectory, BPath& _path) in FindPath() function in BPathFinder
113 return FindPath(NULL, baseDirectory, NULL, 0, _path); in FindPath()
/haiku/headers/os/storage/
H A DPathFinder.h49 status_t FindPath(const char* architecture,
53 status_t FindPath(path_base_directory baseDirectory,
56 status_t FindPath(path_base_directory baseDirectory,
58 status_t FindPath(path_base_directory baseDirectory,
/haiku/docs/user/storage/
H A DPathFinder.dox30 FindPath() for getting a single path in an installation location specified
44 When initialized with this constructor a FindPath() method called afterward
48 path constant passed to FindPath() will be evaluated. In most cases that
56 arguments, subsequent calls to FindPath() will return an error.
59 based on which FindPath() shall compute the path. The special value
74 When initialized with this constructor a FindPath() method called afterward
85 arguments, subsequent calls to FindPath() will return an error.
87 \param path A path based on which FindPath() shall compute the path.
104 \param ref A reference to be resolved to a path based on which FindPath()
129 the latest package satisfying it, based on which FindPath() shall
[all …]
H A DFindDirectory.dox42 find_path() or BPathFinder::FindPath() instead.
/haiku/src/bin/
H A Dtranslate.cpp66 status_t FindPath(const translation_format *info, BPositionIO &stream,
309 if (FindPath(NULL, input, handledTypes, translatorPath, quality) != B_OK) in Indirectly()
347 Translator::FindPath(const translation_format *format, BPositionIO &stream, in FindPath() function in Translator
431 if (FindPath(&formats[j], stream, typesSeen, path, quality) == B_OK) { in FindPath()
H A Dgetarch.cpp67 if (pathFinder.FindPath(architectures.StringAt(i), in get_current_architecture()
H A Dfindpaths.cpp263 status_t error = pathFinder.FindPath(architecture, baseDirectory, in main()
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp1050 FindPath(BPath* currentPath, void* newPath) in FindPath() function
1061 BPath* currentPath = fPathList.EachElement(FindPath, &path); in _AddRecentFolder()
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp3315 result = finder.FindPath(B_FIND_PATH_DEVELOP_DIRECTORY, in _GetDebugInfoPath()