Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.cpp304 BuildId Dso::FindExpectedBuildIdForPath(const std::string& path) { in FindExpectedBuildIdForPath() function in simpleperf::Dso
313 return FindExpectedBuildIdForPath(path_); in GetExpectedBuildId()
897 BuildId build_id = FindExpectedBuildIdForPath(dso_path); in CreateDso()
934 BuildId build_id = FindExpectedBuildIdForPath(dso_path); in CreateKernelModuleDso()
Ddso.h129 static BuildId FindExpectedBuildIdForPath(const std::string& path);
Dreport_lib_interface.cpp375 BuildId build_id = Dso::FindExpectedBuildIdForPath(path); in GetBuildIdForPath()
Dcmd_inject.cpp510 BuildId build_id = Dso::FindExpectedBuildIdForPath(dso->Path()); in GenerateBranchList()