Searched refs:target_zip (Results 1 – 1 of 1) sorted by relevance
138 const std::unique_ptr<const ZipFile> target_zip = ZipFile::Open(target_path); in IsUpToDate() local139 if (!target_zip) { in IsUpToDate()143 const Result<uint32_t> target_crc = GetPackageCrc(*target_zip); in IsUpToDate()326 const std::unique_ptr<const ZipFile> target_zip = ZipFile::Open(target_apk_path); in FromApkAssets() local327 if (!target_zip) { in FromApkAssets()340 Result<uint32_t> crc = GetPackageCrc(*target_zip); in FromApkAssets()