Searched refs:ZIP64_LOCOFF (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants64.java66 static final int ZIP64_LOCOFF = 8; // offset of zip64 end field in class:ZipConstants64
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java164 static final int ZIP64_LOCOFF = 8; // offset of zip64 end field in class:ZipConstants
237 static final long ZIP64_LOCOFF(byte[] b) { return LL(b, 8);} // zip64 end offset method in class:ZipConstants
H A DZipFileSystem.java1005 long end64pos = ZIP64_LOCOFF(loc64);
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h136 #define ZIP64_LOCOFF(b) LL(b, 8) /* offset of zip64 end */ macro
H A Dzip_util.c389 end64pos = ZIP64_LOCOFF(loc64);

Completed in 44 milliseconds