Searched defs:fileCommentLength (Results 1 - 1 of 1) sorted by relevance

/system/core/libzipfile/
H A Dcentraldir.c77 unsigned short fileCommentLength; local
111 fileCommentLength = read_le_short(&p[0x20]);
136 if (fileCommentLength != 0) {
141 p += fileCommentLength;

Completed in 45 milliseconds