Searched refs:elf_path (Results 1 – 2 of 2) sorted by relevance
/system/extras/simpleperf/ |
D | read_elf_test.cpp | 157 std::string elf_path = GetTestData("libsgmainso-6.4.36.so"); in TEST() local 160 ParseSymbolsFromElfFile(elf_path, BuildId(), in TEST() 163 ASSERT_EQ(ElfStatus::NO_BUILD_ID, GetBuildIdFromElfFile(elf_path, &build_id)); in TEST() 167 elf_path, BuildId(), &min_vaddr, &file_offset_of_min_vaddr)); in TEST()
|
D | dso.cpp | 169 std::string elf_path = path; in GetPathInSymFsDir() local 170 std::replace(elf_path.begin(), elf_path.end(), '/', OS_PATH_SEPARATOR); in GetPathInSymFsDir() 171 return add_symfs_prefix(elf_path); in GetPathInSymFsDir()
|