HomeSort by relevance Sort by last modified time
    Searched refs:commentLen (Results 1 - 13 of 13) 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);
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
HttpZipLocator.java 203 int commentLen = get16(table, offset + CENCOM);
204 int newOffset = offset + CENHDR + nameLen + extraLen + commentLen;
  /dalvik/libdex/
ZipArchive.cpp 378 unsigned int nameLen, extraLen, commentLen, hash;
381 commentLen = get2LE(ptr + kCDECommentLen);
396 ptr += kCDELen + nameLen + extraLen + commentLen;
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 386 unsigned int commentLen = get2LE(ptr + kCDECommentLen);
401 ptr += kCDELen + nameLen + 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;
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 710 milliseconds