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

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants.java40 static long CENSIG = 0x02014b50L; // "PK\001\002" field in interface:ZipConstants
/openjdk7/jdk/src/share/bin/
H A Dmanifest_info.h37 #define CENSIG 0x02014b50L /* "PK\001\002" */ macro
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DCorruptedZipFiles.java69 if (u32(good, cenpos) != CENSIG) fail("Where's CENSIG?");
88 err.println("corrupted CENSIG");
197 static final long CENSIG = ZipFile.CENSIG; field in class:CorruptedZipFiles
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java74 static long CENSIG = 0x02014b50L; // "PK\001\002" field in class:ZipConstants
240 static final long CENSIG(byte[] b, int pos) { return LG(b, pos + 0); } method in class:ZipConstants
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h38 #define CENSIG 0x02014b50L /* "PK\001\002" */ macro

Completed in 65 milliseconds