Home
last modified time | relevance | path

Searched refs:MappedFileKey (Results 1 – 2 of 2) sorted by relevance

/system/unwinding/libunwindstack/
DDexFile.h76 using MappedFileKey = std::tuple<std::string, uint64_t, uint64_t>; // (path, offset, size). variable
77 static std::map<MappedFileKey, std::weak_ptr<DexFileApi>> g_mapped_dex_files;
DDexFile.cpp37 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()