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