Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.cpp116 if (!build_id.IsEmpty() || GetBuildIdFromDsoPath(dso_path, &build_id)) { in FindDebugFile()
125 if (GetBuildIdFromDsoPath(path, &debug_build_id)) { in FindDebugFile()
126 if (!build_id.IsEmpty() || GetBuildIdFromDsoPath(dso_path, &build_id)) { in FindDebugFile()
721 bool GetBuildIdFromDsoPath(const std::string& dso_path, BuildId* build_id) { in GetBuildIdFromDsoPath() function
Ddso.h224 bool GetBuildIdFromDsoPath(const std::string& dso_path, BuildId* build_id);
Ddso_test.cpp141 ASSERT_TRUE(GetBuildIdFromDsoPath(file_path, &build_id)); in TEST()
Dcmd_record.cpp1616 if (!GetBuildIdFromDsoPath(dso->Path(), &build_id)) { in DumpBuildIdFeature()