Home
last modified time | relevance | path

Searched refs:SearchReadableFile (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
Dsymbols_file.h177 std::string SearchReadableFile(const std::vector<std::string> &searchPaths,
/developtools/hiperf/include/
Dsymbols_file.h200 std::string SearchReadableFile(const std::vector<std::string> &searchPaths,
/developtools/profiler/device/plugins/native_daemon/src/
Dsymbols_file.cpp89 std::string SymbolsFile::SearchReadableFile(const std::vector<std::string> &searchPaths, in SearchReadableFile() function in OHOS::Developtools::NativeDaemon::SymbolsFile
127 foundPath = SearchReadableFile(symbolsFileSearchPaths, symboleFilePath); in FindSymbolFile()
135 foundPath = SearchReadableFile(symbolsFileSearchPaths, pathSplit.back()); in FindSymbolFile()
/developtools/hiperf/src/
Dsymbols_file.cpp91 std::string SymbolsFile::SearchReadableFile(const std::vector<std::string> &searchPaths, in SearchReadableFile() function in OHOS::Developtools::HiPerf::SymbolsFile
132 foundPath = SearchReadableFile(symbolsFileSearchPaths, symboleFilePath); in FindSymbolFile()
140 foundPath = SearchReadableFile(symbolsFileSearchPaths, pathSplit.back()); in FindSymbolFile()