Home
last modified time | relevance | path

Searched refs:ZIP64_ENDTOD (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
DZipConstants64.java56 static final int ZIP64_ENDTOD = 24; // total number of entries on this disk field in ZipConstants64
/libcore/ojluni/src/main/native/
Dzip_util.h127 #define ZIP64_ENDTOD(b) LL(b, 24) /* total number of entries on this disk */ macro