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

  /libcore/luni/src/main/java/java/util/zip/
ZipConstants.java 30 public static final int LOCHDR = 30, EXTHDR = 16, CENHDR = 46, ENDHDR = 22,
  /bootable/recovery/minzip/
Zip.c 33 CENHDR = 46,
255 if (ptr + CENHDR > (const unsigned char*)pArchive->addr + pArchive->length) {
268 fileName = (const char*)ptr + CENHDR;
391 ptr += CENHDR + fileNameLen + extraLen + commentLen;
    [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 839 milliseconds