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

/system/core/libzipfile/
H A Dprivate.h33 unsigned short commentLen; //mCommentLen; member in struct:Zipfile
H A Dcentraldir.c49 file->commentLen = read_le_short(&buf[0x14]);
51 if (file->commentLen > 0) {
52 if (EOCD_LEN + file->commentLen > len) {
54 EOCD_LEN, file->commentLen, len);

Completed in 423 milliseconds