Searched refs:ZIP64_ENDOFF (Results 1 - 3 of 3) sorted by relevance

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

Completed in 34 milliseconds