HomeSort by relevance Sort by last modified time
    Searched refs:ENDHDR (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,
ZipFile.java 327 long scanOffset = raf.length() - ENDHDR;
350 // Read the End Of Central Directory. We could use ENDHDR instead of the magic number 18,
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
HttpZipLocator.java 74 public static final int LOCHDR = 30, EXTHDR = 16, CENHDR = 46, ENDHDR = 22,
275 // InputStream in = readData(Integer.MAX_VALUE, ENDHDR);
276 // byte[] header = new byte[ENDHDR];
  /bootable/recovery/minzip/
Zip.c 52 ENDHDR = 22,
212 ptr = pMap->addr + pMap->length - ENDHDR;
453 if (map.length < ENDHDR) {
    [all...]

Completed in 169 milliseconds