Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp1584 auto attribute_package_map = src_asset_cookie_id_map.find( in SetTo() local
1586 if (attribute_package_map == src_asset_cookie_id_map.end()) { in SetTo()
1589 auto attribute_dest_package = attribute_package_map->second.find( in SetTo()
1591 if (attribute_dest_package == attribute_package_map->second.end()) { in SetTo()