Searched refs:fileCommentLength (Results 1 – 1 of 1) sorted by relevance
127 uint16_t fileNameLength, extraFieldLength, fileCommentLength; in rewrite() local142 fileCommentLength = ZipEntry::getShortLE(&buf[0x20]); in rewrite()151 if (fseek(fp, fileNameLength + extraFieldLength + fileCommentLength, SEEK_CUR) != 0) in rewrite()