Searched refs:GetBuildIdFromDsoPath (Results 1 – 5 of 5) sorted by relevance
221 bool GetBuildIdFromDsoPath(const std::string& dso_path, BuildId* build_id);
150 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
205 ASSERT_TRUE(GetBuildIdFromDsoPath(file_path, &build_id)); in TEST()
341 return GetBuildIdFromDsoPath(dso->GetDebugFilePath(), &build_id) && in ProcessBranchListFile()
1862 has_build_id = GetBuildIdFromDsoPath(dso->Path(), &build_id); in DumpBuildIdFeature()1877 if (!GetBuildIdFromDsoPath(dso->Path(), &build_id)) { in DumpBuildIdFeature()