Home
last modified time | relevance | path

Searched defs:LOCHDR (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
DZipConstants.java46 static final int LOCHDR = 30; // LOC header size field
/libcore/ojluni/annotations/mmodule/java/util/zip/
DZipEntry.annotated.java160 public static final int LOCHDR = 30; // 0x1e field in ZipEntry
/libcore/ojluni/src/main/native/
Dzip_util.h48 #define LOCHDR 30 macro