Searched refs:ENDSIG (Results 1 - 9 of 9) sorted by relevance

/openjdk7/langtools/test/tools/javac/scope/6225935/
H A DStaticImportAccess.java32 import static java.util.zip.ZipFile.ENDSIG;
35 public static long i = ENDSIG;
/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants.java41 static long ENDSIG = 0x06054b50L; // "PK\005\006" field in interface:ZipConstants
H A DZipOutputStream.java560 writeInt(ENDSIG); // END record signature
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DCorruptedZipFiles.java68 if (u32(good, endpos) != ENDSIG) fail("Where's ENDSIG?");
198 static final long ENDSIG = ZipFile.ENDSIG; field in class:CorruptedZipFiles
/openjdk7/jdk/src/share/bin/
H A Dparse_manifest.c145 if (GETSIG(eb) == ENDSIG)
174 if ((*cp == (ENDSIG & 0xFF)) && (GETSIG(cp) == ENDSIG) &&
281 * must have an ENDHDR (with ENDSIG) after the Central Directory.
H A Dmanifest_info.h38 #define ENDSIG 0x06054b50L /* "PK\005\006" */ macro
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java75 static long ENDSIG = 0x06054b50L; // "PK\005\006" field in class:ZipConstants
H A DZipFileSystem.java1721 writeInt(os, ENDSIG); // END record signature
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h39 #define ENDSIG 0x06054b50L /* "PK\005\006" */ macro

Completed in 56 milliseconds