Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/src/
Dsymbols_file.cpp100 if (CheckPathReadable(PossibleFilePath)) { in SearchReadableFile()
152 if (CheckPathReadable(symboleFilePath)) { in FindSymbolFile()
1046 bool SymbolsFile::CheckPathReadable(const std::string &path) const in CheckPathReadable() function in OHOS::Developtools::NativeDaemon::SymbolsFile
1060 if (CheckPathReadable(symbolsSearchPath)) { in setSymbolsFilePath()
/developtools/profiler/device/plugins/native_daemon/include/
Dsymbols_file.h206 bool CheckPathReadable(const std::string &path) const;
/developtools/hiperf/include/
Dsymbols_file.h234 bool CheckPathReadable(const std::string &path) const;
/developtools/hiperf/src/
Dsymbols_file.cpp108 if (CheckPathReadable(PossibleFilePath)) { in SearchReadableFile()
154 if (CheckPathReadable(symboleFilePath)) { in FindSymbolFile()
1217 bool SymbolsFile::CheckPathReadable(const std::string &path) const in CheckPathReadable() function in OHOS::Developtools::HiPerf::SymbolsFile
1231 if (CheckPathReadable(symbolsSearchPath)) { in setSymbolsFilePath()