Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.cpp150 GetBuildIdFromDsoPath(dso_path, &build_id); in FindDebugFile()
155 if (!build_id.IsEmpty() || GetBuildIdFromDsoPath(dso_path, &build_id)) { in FindDebugFile()
1025 bool GetBuildIdFromDsoPath(const std::string& dso_path, BuildId* build_id) { in GetBuildIdFromDsoPath() function
1042 return GetBuildIdFromDsoPath(dso.Path(), &build_id); in GetBuildId()
1053 if (GetBuildIdFromDsoPath(dso.Path(), &build_id)) { in GetBuildId()
Ddso.h230 bool GetBuildIdFromDsoPath(const std::string& dso_path, BuildId* build_id);
Ddso_test.cpp215 ASSERT_TRUE(GetBuildIdFromDsoPath(file_path, &build_id)); in TEST()
Dcmd_inject.cpp630 return GetBuildIdFromDsoPath(dso->GetDebugFilePath(), &build_id) && in CheckBuildId()