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