Home
last modified time | relevance | path

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

/system/libziparchive/
Dzip_archive.cc426 const bool completeField = dataSize == 8 * 3; in ParseZip64ExtendedInfoInExtraField() local
431 if (zip32UncompressedSize == UINT32_MAX || completeField) { in ParseZip64ExtendedInfoInExtraField()
436 if (zip32CompressedSize == UINT32_MAX || completeField) { in ParseZip64ExtendedInfoInExtraField()
441 if (zip32LocalFileHeaderOffset == UINT32_MAX || completeField) { in ParseZip64ExtendedInfoInExtraField()