Searched refs:elf_filename (Results 1 – 2 of 2) sorted by relevance
/system/extras/simpleperf/ |
D | read_apk.cpp | 114 const std::string& elf_filename) { in FindElfInApkByName() argument 128 int32_t rc = FindEntry(handle, ZipString(elf_filename.c_str()), &zentry); in FindElfInApkByName() 130 LOG(ERROR) << "failed to find " << elf_filename << " in " << apk_path in FindElfInApkByName() 135 LOG(ERROR) << "shared library " << elf_filename << " in " << apk_path << " is compressed"; in FindElfInApkByName() 138 return std::unique_ptr<EmbeddedElf>(new EmbeddedElf(apk_path, elf_filename, zentry.offset, in FindElfInApkByName() 162 std::string GetUrlInApk(const std::string& apk_path, const std::string& elf_filename) { in GetUrlInApk() argument 163 return apk_path + "!/" + elf_filename; in GetUrlInApk() 174 ElfStatus GetBuildIdFromApkFile(const std::string& apk_path, const std::string& elf_filename, in GetBuildIdFromApkFile() argument 176 std::unique_ptr<EmbeddedElf> ee = ApkInspector::FindElfInApkByName(apk_path, elf_filename); in GetBuildIdFromApkFile() 183 ElfStatus ParseSymbolsFromApkFile(const std::string& apk_path, const std::string& elf_filename, in ParseSymbolsFromApkFile() argument [all …]
|
D | read_apk.h | 76 const std::string& elf_filename); 91 std::string GetUrlInApk(const std::string& apk_path, const std::string& elf_filename); 94 ElfStatus GetBuildIdFromApkFile(const std::string& apk_path, const std::string& elf_filename, 97 ElfStatus ParseSymbolsFromApkFile(const std::string& apk_path, const std::string& elf_filename,
|