Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.cpp116 static bool CheckDebugFilePath(const std::string& path, BuildId& build_id, in CheckDebugFilePath() function
157 if (it != build_id_to_file_map_.end() && CheckDebugFilePath(it->second, build_id, false)) { in FindDebugFile()
165 if (CheckDebugFilePath(path, build_id, true)) { in FindDebugFile()
170 if (CheckDebugFilePath(path, build_id, false)) { in FindDebugFile()
176 if (CheckDebugFilePath("/usr/lib/debug" + dso_path, build_id, false)) { in FindDebugFile()