Home
last modified time | relevance | path

Searched refs:entry_map (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/libziparchive/
H A Dzip_cd_entry_map.cc114 auto entry_map = new CdEntryMapZip32(num_entries); in Create() local
115 CHECK(entry_map->hash_table_ != nullptr) in Create()
116 << "Zip: unable to allocate the " << entry_map->hash_table_size_ in Create()
118 return std::unique_ptr<CdEntryMapInterface>(entry_map); in Create()
/aosp12/frameworks/base/cmds/idmap2/tests/
H A DResourceMappingTests.cpp79 auto entry_map = target_map.find(target_resource); in MappingExists() local
80 if (entry_map == target_map.end()) { in MappingExists()
84 auto actual_overlay_resource = std::get_if<ResourceId>(&entry_map->second); in MappingExists()
111 auto entry_map = target_map.find(target_resource); in MappingExists() local
112 if (entry_map == target_map.end()) { in MappingExists()
116 auto actual_overlay_value = std::get_if<TargetValue>(&entry_map->second); in MappingExists()
/aosp12/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp1018 auto entry_map = std::get_if<incfs::verified_map_ptr<ResTable_map_entry>>(&entry->entry); in GetBag() local
1019 if (entry_map == nullptr) { in GetBag()
1024 auto map = *entry_map; in GetBag()