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

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants.java54 static final int LOCVER = 4; // version needed to extract field in interface:ZipConstants
/openjdk7/jdk/src/share/bin/
H A Dmanifest_info.h59 #define LOCVER(b) SH(b, 4) /* version needed to extract */ macro
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DCorruptedZipFiles.java205 static final int LOCVER = ZipFile.LOCVER; field in class:CorruptedZipFiles
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java88 static final int LOCVER = 4; // version needed to extract field in class:ZipConstants
209 static final int LOCVER(byte[] b) { return SH(b, 4); } // version needed to extract method in class:ZipConstants
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h74 #define LOCVER(b) SH(b, 4) /* version needed to extract */ macro

Completed in 35 milliseconds