HomeSort by: relevance | last modified time | path
    Searched refs:getGlobalSearcher (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
SearchPath.h 35 static PathSearcher & getGlobalSearcher();
SearchPath.cpp 23 PathSearcher & PathSearcher::getGlobalSearcher()
SourceFile.cpp 36 bool found = PathSearcher::getGlobalSearcher().search(path, PathSearcher::kFindFile, true, actualPath);
  /src/external/bsd/elftosb/dist/elftosb2/
elftosb.cpp 286 PathSearcher::getGlobalSearcher().addSearchPath(newSearchPath);
607 bool found = PathSearcher::getGlobalSearcher().search(keyPath, PathSearcher::kFindFile, true, actualPath);
ConversionController.cpp 175 bool found = PathSearcher::getGlobalSearcher().search(*m_commandFilePath, PathSearcher::kFindFile, true, actualPath);

Completed in 29 milliseconds