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

  /libcore/luni/src/main/java/java/util/zip/
ZipConstants.java 27 public static final long LOCSIG = 0x4034b50, EXTSIG = 0x8074b50,
ZipInputStream.java 229 if (hdr != LOCSIG) {
ZipOutputStream.java 315 writeLong(out, LOCSIG); // Entry header
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
HttpZipLocator.java 71 public static final long LOCSIG = 0x4034b50, EXTSIG = 0x8074b50,
  /bootable/recovery/minzip/
Zip.c 67 LOCSIG = 0x04034b50, // PK34
196 * signature for the first file (LOCSIG) or, if the archive doesn't
203 } else if (val != LOCSIG) {
367 if (get4LE(localHdr) != LOCSIG) {
    [all...]

Completed in 756 milliseconds