Searched refs:LOCTIM (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants.java57 static final int LOCTIM = 10; // modification time field in interface:ZipConstants
H A DZipInputStream.java305 e.time = get32(tmpbuf, LOCTIM);
/openjdk7/jdk/src/share/bin/
H A Dmanifest_info.h62 #define LOCTIM(b) LG(b, 10) /* modification time */ macro
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java91 static final int LOCTIM = 10; // modification time field in class:ZipConstants
212 static final long LOCTIM(byte[] b) { return LG(b, 10);} // modification time method in class:ZipConstants
H A DZipInfo.java112 LOCTIM(loc), dosToJavaTime(LOCTIM(loc)));
H A DZipFileSystem.java2039 mtime = dosToJavaTime(LOCTIM(buf));
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DCorruptedZipFiles.java208 static final int LOCTIM = ZipFile.LOCTIM; field in class:CorruptedZipFiles
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h77 #define LOCTIM(b) LG(b, 10) /* modification time */ macro

Completed in 314 milliseconds