Searched refs:CheckDebugFilePath (Results  1 – 1 of 1) sorted by relevance
| /system/extras/simpleperf/ | 
| D | dso.cpp | 116 static bool CheckDebugFilePath(const std::string& path, BuildId& build_id,  in CheckDebugFilePath()  function157       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()
 173     if (CheckDebugFilePath(path, build_id, false)) {  in FindDebugFile()
 179   if (CheckDebugFilePath("/usr/lib/debug" + dso_path, build_id, false)) {  in FindDebugFile()
 
 |