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

/system/core/libzipfile/
H A Dcentraldir.c9 EOCD_LEN = 22, // EndOfCentralDir len, excl. comment enumerator in enum:__anon466
11 MAX_EOCD_SEARCH = MAX_COMMENT_LEN + EOCD_LEN,
36 if (len < EOCD_LEN) {
39 EOCD_LEN, len);
52 if (EOCD_LEN + file->commentLen > len) {
54 EOCD_LEN, file->commentLen, len);
57 file->comment = buf + EOCD_LEN;
194 if (bufsize < EOCD_LEN) {

Completed in 535 milliseconds