Searched refs:FindExpectedBuildIdForPath (Results 1 – 4 of 4) sorted by relevance
42 build_id = Dso::FindExpectedBuildIdForPath(dso->Path()); in BinaryKey()
131 static BuildId FindExpectedBuildIdForPath(const std::string& path);
340 BuildId Dso::FindExpectedBuildIdForPath(const std::string& path) { in FindExpectedBuildIdForPath() function in simpleperf::Dso349 return FindExpectedBuildIdForPath(path_); in GetExpectedBuildId()
592 BuildId build_id = Dso::FindExpectedBuildIdForPath(path); in GetBuildIdForPath()