Lines Matching refs:BPathFinder
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*).
134 \see BPathFinder::BPathFinder(const char*, const char*)
141 \fn status_t BPathFinder::SetTo(const void* codePointer,
177 \fn status_t BPathFinder::SetTo(const char* path, const char* dependency)
206 \fn status_t BPathFinder::SetTo(const entry_ref& ref,
212 calls BPathFinder::SetTo(const char*, const char*).
219 \see status_t BPathFinder::SetTo(const char*, const char*)
228 \fn status_t BPathFinder::SetTo(const BResolvableExpression& expression,
235 BPathFinder::SetTo(const char*, const char*).
245 \see status_t BPathFinder::SetTo(const char*, const char*)
254 \fn status_t BPathFinder::FindPath(const char* architecture,
315 \fn status_t BPathFinder::FindPath(path_base_directory baseDirectory,
319 Equivalent to a call to BPathFinder::FindPath(const char*,
349 \fn status_t BPathFinder::FindPath(path_base_directory baseDirectory,
353 Equivalent to a call to BPathFinder::FindPath(const char*,
371 \fn status_t BPathFinder::FindPath(path_base_directory baseDirectory,
375 Equivalent to a call to BPathFinder::FindPath(const char*,
393 \fn status_t BPathFinder::FindPaths(const char* architecture,
438 \fn status_t BPathFinder::FindPaths(path_base_directory baseDirectory,
442 Equivalent to a call to BPathFinder::FindPaths(const char*,
472 \fn status_t BPathFinder::FindPaths(path_base_directory baseDirectory,
476 Equivalent to a call to BPathFinder::FindPaths(const char*,
497 \fn status_t BPathFinder::FindPaths(path_base_directory baseDirectory,
501 Equivalent to a call to BPathFinder::FindPaths(const char*,