Home
last modified time | relevance | path

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

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