Searched refs:target_zip (Results 1 – 1 of 1) sorted by relevance
154 const std::unique_ptr<const ZipFile> target_zip = ZipFile::Open(target_path_); in IsUpToDate() local155 if (!target_zip) { in IsUpToDate()159 Result<uint32_t> target_crc = GetCrc(*target_zip); in IsUpToDate()359 const std::unique_ptr<const ZipFile> target_zip = ZipFile::Open(target_apk_path); in FromApkAssets() local360 if (!target_zip) { in FromApkAssets()378 Result<uint32_t> crc = GetCrc(*target_zip); in FromApkAssets()