Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso_test.cpp45 ASSERT_EQ(finder.FindDebugFile("elf", false, build_id), std::string(tmpfile.path)); in TEST()
58 ASSERT_EQ(finder.FindDebugFile(ELF_FILE, false, build_id), GetTestDataDir() + ELF_FILE); in TEST()
62 ASSERT_EQ(finder.FindDebugFile(native_lib_in_apk, false, native_lib_build_id), in TEST()
73 ASSERT_EQ(finder.FindDebugFile("[vdso]", false, build_id), fake_vdso32); in TEST()
74 ASSERT_EQ(finder.FindDebugFile("[vdso]", true, build_id), fake_vdso64); in TEST()
80 ASSERT_EQ(finder.FindDebugFile("elf", false, CHECK_ELF_FILE_BUILD_ID), "elf"); in TEST()
84 ASSERT_EQ(finder.FindDebugFile("elf", false, CHECK_ELF_FILE_BUILD_ID), in TEST()
Ddso.h41 std::string FindDebugFile(const std::string& dso_path, bool force_64bit,
Ddso.cpp105 std::string DebugElfFileFinder::FindDebugFile(const std::string& dso_path, bool force_64bit, in FindDebugFile() function in simpleperf_dso_impl::DebugElfFileFinder
690 debug_elf_file_finder_.FindDebugFile(dso_path, force_64bit, build_id))); in CreateDso()