Searched refs:GetBuildIdFromDsoPath (Results 1 – 4 of 4) sorted by relevance
116 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
224 bool GetBuildIdFromDsoPath(const std::string& dso_path, BuildId* build_id);
141 ASSERT_TRUE(GetBuildIdFromDsoPath(file_path, &build_id)); in TEST()
1616 if (!GetBuildIdFromDsoPath(dso->Path(), &build_id)) { in DumpBuildIdFeature()