HomeSort by relevance Sort by last modified time
    Searched refs:commentLen (Results 1 - 9 of 9) sorted by null

  /system/core/libzipfile/
private.h 33 unsigned short commentLen; //mCommentLen;
centraldir.c 49 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);
  /libcore/luni/src/main/java/java/util/zip/
ZipEntry.java 383 int commentLen = (hdrBuf[32] & 0xff) | ((hdrBuf[33] & 0xff) << 8);
392 if (commentLen > 0) {
393 commentBytes = new byte[commentLen];
  /dalvik/libdex/
ZipArchive.c 301 unsigned int fileNameLen, extraLen, commentLen, hash;
304 commentLen = get2LE(ptr + kCDECommentLen);
310 ptr += kCDELen + fileNameLen + extraLen + commentLen;
  /frameworks/base/libs/utils/
ZipFileRO.cpp 358 unsigned int fileNameLen, extraLen, commentLen, hash;
362 commentLen = get2LE(ptr + kCDECommentLen);
368 ptr += kCDELen + fileNameLen + extraLen + commentLen;
  /bootable/recovery/minzip/
Zip.c 251 unsigned int fileNameLen, extraLen, commentLen, localHdrOffset;
267 commentLen = get2LE(ptr + CENCOM);
332 // i, localHdrOffset, fileNameLen, extraLen, commentLen);
391 ptr += CENHDR + fileNameLen + extraLen + commentLen;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h 211 OMX_U16 commentLen;
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 957 milliseconds