Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso_test.cpp52 ASSERT_EQ(finder.GetPathInSymFsDir("/system/libc.so"), in TEST()
54 ASSERT_EQ(finder.GetPathInSymFsDir("/data/base.apk!/lib/base.so"), in TEST()
Ddso.h44 std::string GetPathInSymFsDir(const std::string& path);
Ddso.cpp137 std::string path = GetPathInSymFsDir(dso_path); in FindDebugFile()
150 std::string DebugElfFileFinder::GetPathInSymFsDir(const std::string& path) { in GetPathInSymFsDir() function in simpleperf_dso_impl::DebugElfFileFinder