Searched refs:PathSearcher (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/elftosb/dist/common/ |
H A D | SearchPath.cpp | 19 PathSearcher * PathSearcher::s_searcher = NULL; 23 PathSearcher & PathSearcher::getGlobalSearcher() in getGlobalSearcher() 27 s_searcher = new PathSearcher; in getGlobalSearcher() 33 void PathSearcher::addSearchPath(std::string & path) in addSearchPath() 54 bool PathSearcher::search(const std::string & base, target_type_t targetType, bool searchCwd, std::… in search() 96 bool PathSearcher::isAbsolute(const std::string & path) in isAbsolute() 105 std::string PathSearcher::joinPaths(const std::string & first, const std::string & second) in joinPaths()
|
H A D | SearchPath.h | 16 class PathSearcher 31 static PathSearcher * s_searcher; 35 static PathSearcher & getGlobalSearcher(); 39 PathSearcher() {} in PathSearcher() function
|
H A D | SourceFile.cpp | 36 …bool found = PathSearcher::getGlobalSearcher().search(path, PathSearcher::kFindFile, true, actualP… in openFile()
|
/netbsd-src/external/bsd/elftosb/dist/elftosb2/ |
H A D | elftosb.cpp | 286 PathSearcher::getGlobalSearcher().addSearchPath(newSearchPath); in processOptions() 607 …bool found = PathSearcher::getGlobalSearcher().search(keyPath, PathSearcher::kFindFile, true, actu… in addCryptoKeys()
|
H A D | ConversionController.cpp | 175 …bool found = PathSearcher::getGlobalSearcher().search(*m_commandFilePath, PathSearcher::kFindFile,… in parseCommandFile()
|