Searched refs:kCrcChecksEnabled (Results 1 – 1 of 1) sorted by relevance
65 static constexpr bool kCrcChecksEnabled = false; variable1436 CopyEntryToWriter(handle->mapped_zip, entry, writer, kCrcChecksEnabled ? &crc : nullptr); in extractToWriter()1439 InflateEntryToWriter(handle->mapped_zip, entry, writer, kCrcChecksEnabled ? &crc : nullptr); in extractToWriter()1450 if (kCrcChecksEnabled && (entry->crc32 != static_cast<uint32_t>(crc))) { in extractToWriter()