Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A Ddso.h138 static BuildId FindExpectedBuildIdForPath(const std::string& path);
H A DBranchListFile.h42 build_id = Dso::FindExpectedBuildIdForPath(dso->Path()); in BinaryKey()
H A Ddso.cpp401 BuildId Dso::FindExpectedBuildIdForPath(const std::string& path) { in FindExpectedBuildIdForPath() function in simpleperf::Dso
410 return FindExpectedBuildIdForPath(path_); in GetExpectedBuildId()
H A Dreport_lib_interface.cpp635 BuildId build_id = Dso::FindExpectedBuildIdForPath(path); in GetBuildIdForPath()