Searched refs:RESOURCES_FILENAME (Results 1 – 3 of 3) sorted by relevance
122 if (get_zip_entry_crc(target_apk_path, AssetManager::RESOURCES_FILENAME, in is_idmap_stale_fd()126 if (get_zip_entry_crc(overlay_apk_path, AssetManager::RESOURCES_FILENAME, in is_idmap_stale_fd()156 if (get_zip_entry_crc(target_apk_path, AssetManager::RESOURCES_FILENAME, in create_idmap()160 if (get_zip_entry_crc(overlay_apk_path, AssetManager::RESOURCES_FILENAME, in create_idmap()
72 static const char* RESOURCES_FILENAME;
87 const char* AssetManager::RESOURCES_FILENAME = "resources.arsc"; member in AssetManager