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