Home
last modified time | relevance | path

Searched refs:SearchFileMapByPath (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/extras/simpleperf/
H A Ddso.h51 std::optional<std::string> SearchFileMapByPath(std::string_view path);
H A Ddso.cpp172 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