Home
last modified time | relevance | path

Searched defs:LOCTIM (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
DZipConstants.java57 static final int LOCTIM = 10; // modification time field
/libcore/ojluni/src/main/native/
Dzip_util.h77 #define LOCTIM(b) LG(b, 10) /* modification time */ macro