Searched refs:ApkOffset (Results 1 – 2 of 2) sorted by relevance
83 typedef std::pair<std::string, uint64_t> ApkOffset; typedef85 static std::map<ApkOffset, std::unique_ptr<EmbeddedElf>> embedded_elf_cache_;
35 std::map<ApkInspector::ApkOffset, std::unique_ptr<EmbeddedElf>> ApkInspector::embedded_elf_cache_;39 ApkOffset ami(apk_path, file_offset); in FindElfInApkByOffset()