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

/libcore/ojluni/src/main/java/java/util/zip/
H A DZipConstants.java95 static final int ENDSIZ = 12; // central directory size in bytes field in interface:ZipConstants
/libcore/ojluni/src/main/native/
H A Dzip_util.h115 #define ENDSIZ(b) LG(b, 12) /* central directory size */ macro
H A Dzip_util.c276 jlong cenpos = endpos - ENDSIZ(endbuf);
573 cenlen = ENDSIZ(endbuf);

Completed in 7 milliseconds