Searched defs:LOCTIM (Results 1 – 4 of 4) sorted by relevance
58 static final int LOCTIM = 10; // modification time field
234 static final long LOCTIM(byte[] b) { return LG(b, 10);} // modification time in LOCTIM() method in ZipUtils
172 public static final int LOCTIM = 10; // 0xa field in ZipEntry
78 #define LOCTIM(b) LG(b, 10) /* modification time */ macro