Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.h136 static BuildId FindExpectedBuildIdForPath(const std::string& path);
Ddso.cpp261 BuildId Dso::FindExpectedBuildIdForPath(const std::string& path) { in FindExpectedBuildIdForPath() function in Dso
270 return FindExpectedBuildIdForPath(path_); in GetExpectedBuildId()
688 BuildId build_id = FindExpectedBuildIdForPath(dso_path); in CreateDso()
Dreport_lib_interface.cpp421 BuildId build_id = Dso::FindExpectedBuildIdForPath(path); in GetBuildIdForPath()