Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/include/
Dsymbols_file.h104 bool setSymbolsFilePath(const std::string &symbolsSearchPath) in setSymbolsFilePath() argument
106 std::vector<std::string> symbolsSearchPaths = {symbolsSearchPath}; in setSymbolsFilePath()
/developtools/hiperf/include/
Dsymbols_file.h114 bool setSymbolsFilePath(const std::string &symbolsSearchPath) in setSymbolsFilePath() argument
116 std::vector<std::string> symbolsSearchPaths = {symbolsSearchPath}; in setSymbolsFilePath()
/developtools/profiler/device/plugins/native_daemon/src/
Dsymbols_file.cpp876 for (auto &symbolsSearchPath : symbolsSearchPaths) { in setSymbolsFilePath() local
877 if (CheckPathReadable(symbolsSearchPath)) { in setSymbolsFilePath()
878 symbolsFileSearchPaths_.emplace_back(symbolsSearchPath); in setSymbolsFilePath()
879 HLOGV("'%s' is add to symbolsSearchPath", symbolsSearchPath.c_str()); in setSymbolsFilePath()
/developtools/hiperf/src/
Dsymbols_file.cpp1066 for (auto &symbolsSearchPath : symbolsSearchPaths) { in setSymbolsFilePath() local
1067 if (CheckPathReadable(symbolsSearchPath)) { in setSymbolsFilePath()
1068 symbolsFileSearchPaths_.emplace_back(symbolsSearchPath); in setSymbolsFilePath()
1069 HLOGV("'%s' is add to symbolsSearchPath", symbolsSearchPath.c_str()); in setSymbolsFilePath()