Searched refs:GetPathInSymFsDir (Results 1 – 3 of 3) sorted by relevance
52 ASSERT_EQ(finder.GetPathInSymFsDir("/system/libc.so"), in TEST()54 ASSERT_EQ(finder.GetPathInSymFsDir("/data/base.apk!/lib/base.so"), in TEST()
44 std::string GetPathInSymFsDir(const std::string& path);
137 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