Home
last modified time | relevance | path

Searched refs:kCrcChecksEnabled (Results 1 – 1 of 1) sorted by relevance

/system/core/libziparchive/
Dzip_archive.cc62 static const bool kCrcChecksEnabled = false; variable
1126 if (kCrcChecksEnabled && (entry->crc32 != static_cast<uint32_t>(crc))) { in ExtractToWriter()