Searched defs:LOCTIM (Results 1 - 6 of 6) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/java/util/zip/
H A DZipConstants.java58 static final int LOCTIM = 10; // modification time field in interface:ZipConstants
H A DZipUtils.java213 static final long LOCTIM(byte[] b) { return LG(b, 10);} // modification time method in class:ZipUtils
/openjdk10/jdk/test/java/util/zip/ZipFile/
H A DCorruptedZipFiles.java208 static final int LOCTIM = ZipFile.LOCTIM; field in class:CorruptedZipFiles
/openjdk10/jdk/src/java.base/share/native/libzip/
H A Dzip_util.h78 #define LOCTIM(b) LG(b, 10) /* modification time */ macro
/openjdk10/jdk/src/java.base/share/native/libjli/
H A Dmanifest_info.h76 #define LOCTIM(b) LG(b, 10) /* modification time */ macro
/openjdk10/jdk/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipConstants.java75 static final int LOCTIM = 10; // modification time field in class:ZipConstants
205 static final long LOCTIM(byte[] b) { return LG(b, 10);} // modification time method in class:ZipConstants

Completed in 158 milliseconds