Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.h221 bool GetBuildIdFromDsoPath(const std::string& dso_path, BuildId* build_id);
Ddso.cpp150 GetBuildIdFromDsoPath(dso_path, &build_id); in FindDebugFile()
155 if (!build_id.IsEmpty() || GetBuildIdFromDsoPath(dso_path, &build_id)) { in FindDebugFile()
957 bool GetBuildIdFromDsoPath(const std::string& dso_path, BuildId* build_id) { in GetBuildIdFromDsoPath() function
Ddso_test.cpp205 ASSERT_TRUE(GetBuildIdFromDsoPath(file_path, &build_id)); in TEST()
Dcmd_inject.cpp341 return GetBuildIdFromDsoPath(dso->GetDebugFilePath(), &build_id) && in ProcessBranchListFile()
Dcmd_record.cpp1862 has_build_id = GetBuildIdFromDsoPath(dso->Path(), &build_id); in DumpBuildIdFeature()
1877 if (!GetBuildIdFromDsoPath(dso->Path(), &build_id)) { in DumpBuildIdFeature()