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.h196 std::string SearchReadableFile(const std::vector<std::string> &searchPaths,
/developtools/hiperf/include/
Dsymbols_file.h223 std::string SearchReadableFile(const std::vector<std::string> &searchPaths,
/developtools/profiler/device/plugins/native_daemon/src/
Dsymbols_file.cpp91 std::string SymbolsFile::SearchReadableFile(const std::vector<std::string> &searchPaths, in SearchReadableFile() function in OHOS::Developtools::NativeDaemon::SymbolsFile
129 foundPath = SearchReadableFile(symbolsFileSearchPaths, symboleFilePath); in FindSymbolFile()
137 foundPath = SearchReadableFile(symbolsFileSearchPaths, pathSplit.back()); in FindSymbolFile()
/developtools/hiperf/src/
Dsymbols_file.cpp96 std::string SymbolsFile::SearchReadableFile(const std::vector<std::string> &searchPaths, in SearchReadableFile() function in OHOS::Developtools::HiPerf::SymbolsFile
137 foundPath = SearchReadableFile(symbolsFileSearchPaths, symboleFilePath); in FindSymbolFile()
145 foundPath = SearchReadableFile(symbolsFileSearchPaths, pathSplit.back()); in FindSymbolFile()