Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DBranchListFile.h42 build_id = Dso::FindExpectedBuildIdForPath(dso->Path()); in BinaryKey()
Ddso.h131 static BuildId FindExpectedBuildIdForPath(const std::string& path);
Ddso.cpp340 BuildId Dso::FindExpectedBuildIdForPath(const std::string& path) { in FindExpectedBuildIdForPath() function in simpleperf::Dso
349 return FindExpectedBuildIdForPath(path_); in GetExpectedBuildId()
Dreport_lib_interface.cpp592 BuildId build_id = Dso::FindExpectedBuildIdForPath(path); in GetBuildIdForPath()