Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/zip/
DZipConstants64.java55 static final int ZIP64_ENDDSK = 20; // disk number of start field in ZipConstants64
/libcore/ojluni/src/main/native/
Dzip_util.h126 #define ZIP64_ENDDSK(b) LG(b, 20) /* disk number of start */ macro