Searched defs:ENDSIG (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants.java41 static long ENDSIG = 0x06054b50L; // "PK\005\006" field in interface:ZipConstants
/openjdk7/jdk/src/share/bin/
H A Dmanifest_info.h38 #define ENDSIG 0x06054b50L /* "PK\005\006" */ macro
/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/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java75 static long ENDSIG = 0x06054b50L; // "PK\005\006" field in class:ZipConstants
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h39 #define ENDSIG 0x06054b50L /* "PK\005\006" */ macro

Completed in 36 milliseconds