Searched refs:SearchFileMapByPath (Results 1 – 2 of 2) sorted by relevance
51 std::optional<std::string> SearchFileMapByPath(std::string_view path);
172 std::optional<std::string> s = SearchFileMapByPath(dso_path); in FindDebugFile()224 std::optional<std::string> DebugElfFileFinder::SearchFileMapByPath(std::string_view path) { in SearchFileMapByPath() function in simpleperf::simpleperf_dso_impl::DebugElfFileFinder