Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A Ddso.cpp121 bool DebugElfFileFinder::CheckDebugFilePath(const std::string& path, BuildId& build_id, in CheckDebugFilePath() function in simpleperf::simpleperf_dso_impl::DebugElfFileFinder
166 if (it != build_id_to_file_map_.end() && CheckDebugFilePath(it->second, build_id, false)) { in FindDebugFile()
180 if (CheckDebugFilePath(path, build_id, true)) { in FindDebugFile()
188 if (CheckDebugFilePath(path, build_id, false)) { in FindDebugFile()
194 if (CheckDebugFilePath("/usr/lib/debug" + dso_path, build_id, false)) { in FindDebugFile()
H A Ddso.h52 bool CheckDebugFilePath(const std::string& path, BuildId& build_id,