Lines Matching refs:kEOCDLen
217 if (fileLength < EndOfCentralDir::kEOCDLen) {
1225 if (len < kEOCDLen) {
1228 kEOCDLen, len);
1247 if (kEOCDLen + mCommentLen > len) {
1249 kEOCDLen, mCommentLen, len);
1253 memcpy(mComment, buf + kEOCDLen, mCommentLen);
1264 unsigned char buf[kEOCDLen];
1275 if (fwrite(buf, 1, kEOCDLen, fp) != kEOCDLen)