Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/zip/
DZipConstants.java97 static final int ENDCOM = 20; // zip file comment length field
/libcore/ojluni/src/main/native/
Dzip_util.h117 #define ENDCOM(b) SH(b, 20) /* size of zip file comment */ macro