Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/zip/
DZipConstants64.java66 static final int ZIP64_LOCOFF = 8; // offset of zip64 end field in ZipConstants64
/libcore/ojluni/src/main/native/
Dzip_util.h136 #define ZIP64_LOCOFF(b) LL(b, 8) /* offset of zip64 end */ macro