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

  /dalvik/libcore/archive/src/main/java/java/util/zip/
ZipConstants.java 25 public static final int LOCHDR = 30, EXTHDR = 16, CENHDR = 46, ENDHDR = 22,
ZipEntry.java 453 byte[] hdrBuf = new byte[CENHDR];
  /bootable/recovery/minzip/
Zip.c 33 CENHDR = 46,
255 if (ptr + CENHDR > (const unsigned char*)pMap->addr + pMap->length) {
268 fileName = (const char*)ptr + CENHDR;
391 ptr += CENHDR + fileNameLen + extraLen + commentLen;
    [all...]

Completed in 788 milliseconds