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