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

  /libcore/luni/src/main/java/java/util/zip/
ZipConstants.java 32 LOCSIZ = 18, LOCLEN = 22, LOCNAM = 26, LOCEXT = 28, EXTCRC = 4,
ZipInputStream.java 198 currentEntry.crc = ((long) Memory.peekInt(hdrBuf, EXTCRC, ByteOrder.LITTLE_ENDIAN)) & 0xffffffffL;
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
HttpZipLocator.java 76 LOCSIZ = 18, LOCLEN = 22, LOCNAM = 26, LOCEXT = 28, EXTCRC = 4,
  /bootable/recovery/minzip/
Zip.c 63 EXTCRC = 4,
    [all...]

Completed in 77 milliseconds