Home
last modified time | relevance | path

Searched refs:PathSearcher (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DSearchPath.cpp19 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 DSearchPath.h16 class PathSearcher
31 static PathSearcher * s_searcher;
35 static PathSearcher & getGlobalSearcher();
39 PathSearcher() {} in PathSearcher() function
H A DSourceFile.cpp36 …bool found = PathSearcher::getGlobalSearcher().search(path, PathSearcher::kFindFile, true, actualP… in openFile()
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A Delftosb.cpp286 PathSearcher::getGlobalSearcher().addSearchPath(newSearchPath); in processOptions()
607 …bool found = PathSearcher::getGlobalSearcher().search(keyPath, PathSearcher::kFindFile, true, actu… in addCryptoKeys()
H A DConversionController.cpp175 …bool found = PathSearcher::getGlobalSearcher().search(*m_commandFilePath, PathSearcher::kFindFile,… in parseCommandFile()