Searched refs:kEOCDLen (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dzip_archive.h76 static const int32_t kEOCDLen = 22; member in class:art::ZipArchive
86 static const int32_t kMaxEOCDSearch = (kMaxCommentLen + kEOCDLen);
H A Dzip_archive.cc388 if (file_length < kEOCDLen) {
451 for (i = read_amount - kEOCDLen; i >= 0; i--) {
492 if ((comment_size > (file_length - kEOCDLen))
493 || (eocd_offset > (file_length - kEOCDLen) - comment_size)) {

Completed in 15 milliseconds