Home
last modified time | relevance | path

Searched refs:GetPathInSymFsDir (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
Ddso_test.cpp63 ASSERT_EQ(finder.GetPathInSymFsDir("/system/libc.so"), in TEST()
65 ASSERT_EQ(finder.GetPathInSymFsDir("/data/base.apk!/lib/base.so"), in TEST()
Ddso.h46 std::string GetPathInSymFsDir(const std::string& path);
Ddso.cpp164 std::string path = GetPathInSymFsDir(dso_path); in FindDebugFile()
182 std::string DebugElfFileFinder::GetPathInSymFsDir(const std::string& path) { in GetPathInSymFsDir() function in simpleperf::simpleperf_dso_impl::DebugElfFileFinder