Searched refs:MappedFileKey (Results 1 – 2 of 2) sorted by relevance
76 using MappedFileKey = std::tuple<std::string, uint64_t, uint64_t>; // (path, offset, size). variable77 static std::map<MappedFileKey, std::weak_ptr<DexFileApi>> g_mapped_dex_files;
37 std::map<DexFile::MappedFileKey, std::weak_ptr<DexFile::DexFileApi>> DexFile::g_mapped_dex_files;62 MappedFileKey cache_key(map->name(), offset_in_file, size); in CreateFromDisk()