Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/zip/
DZipConstants64.java59 static final int ZIP64_ENDOFF = 48; // offset of first CEN header field in ZipConstants64
/libcore/ojluni/src/main/native/
Dzip_util.h130 #define ZIP64_ENDOFF(b) LL(b, 48) /* offset of first CEN header */ macro