Searched refs:FindPath (Results 1 - 7 of 7) sorted by relevance

/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/src/kits/storage/
H A DPathFinder.cpp64 BPathFinder::FindPath(const char* architecture, function in class:BPathFinder
95 BPathFinder::FindPath(path_base_directory baseDirectory, const char* subPath, function in class:BPathFinder
98 return FindPath(NULL, baseDirectory, subPath, flags, _path);
103 BPathFinder::FindPath(path_base_directory baseDirectory, const char* subPath, function in class:BPathFinder
106 return FindPath(NULL, baseDirectory, subPath, 0, _path);
111 BPathFinder::FindPath(path_base_directory baseDirectory, BPath& _path) function in class:BPathFinder
113 return FindPath(NULL, baseDirectory, NULL, 0, _path);
/haiku/src/bin/
H A Dgetarch.cpp67 if (pathFinder.FindPath(architectures.StringAt(i),
H A Dtranslate.cpp66 status_t FindPath(const translation_format *info, BPositionIO &stream,
309 if (FindPath(NULL, input, handledTypes, translatorPath, quality) != B_OK)
347 Translator::FindPath(const translation_format *format, BPositionIO &stream, function in class:Translator
431 if (FindPath(&formats[j], stream, typesSeen, path, quality) == B_OK) {
H A Dfindpaths.cpp263 status_t error = pathFinder.FindPath(architecture, baseDirectory,
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp1049 FindPath(BPath* currentPath, void* newPath) function
1060 BPath* currentPath = fPathList.EachElement(FindPath, &path);
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp3315 result = finder.FindPath(B_FIND_PATH_DEVELOP_DIRECTORY,

Completed in 65 milliseconds