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

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants.java61 static final int LOCNAM = 26; // filename length field in interface:ZipConstants
/openjdk7/jdk/src/share/bin/
H A Dmanifest_info.h66 #define LOCNAM(b) SH(b, 26) /* filename length */ macro
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DCorruptedZipFiles.java71 if (u16(good, locpos+LOCNAM) != u16(good,cenpos+CENNAM))
212 static final int LOCNAM = ZipFile.LOCNAM; field in class:CorruptedZipFiles
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java95 static final int LOCNAM = 26; // filename length field in class:ZipConstants
216 static final int LOCNAM(byte[] b) { return SH(b, 26);} // filename length method in class:ZipConstants
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h81 #define LOCNAM(b) SH(b, 26) /* filename length */ macro

Completed in 35 milliseconds