Searched refs:CENSIG (Results 1 - 11 of 11) 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
H A DZipOutputStream.java467 writeInt(CENSIG); // CEN header signature
/openjdk7/jdk/test/tools/launcher/6842838/
H A DCreateBadJar.java92 if (u32(good, cenpos) != CENSIG) throw new RuntimeException("Where's CENSIG?");
135 if (u32(bytes, pos) != CENSIG) throw new RuntimeException ("entry not found in CEN or premature end...");
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipInfo.java125 print(" Signature : %#010x%n", CENSIG(cen, off));
126 if (CENSIG(cen, off) != CENSIG) {
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
H A DZipFileSystem.java1057 if (CENSIG(cen, pos) != CENSIG)
1878 if (CENSIG(cen, pos) != CENSIG)
1948 writeInt(os, CENSIG); // CEN header signature
/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/bin/
H A Dmanifest_info.h37 #define CENSIG 0x02014b50L /* "PK\001\002" */ macro
H A Dparse_manifest.c283 while (GETSIG(p) == CENSIG) {
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h38 #define CENSIG 0x02014b50L /* "PK\001\002" */ macro
H A Dzip_util.c293 GETSIG(buf) == CENSIG &&
683 if (GETSIG(cp) != CENSIG)

Completed in 289 milliseconds