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

/libcore/ojluni/src/main/java/java/util/zip/
H A DZipConstants64.java66 static final int ZIP64_LOCOFF = 8; // offset of zip64 end field in class:ZipConstants64
/libcore/ojluni/src/main/native/
H A Dzip_util.h136 #define ZIP64_LOCOFF(b) LL(b, 8) /* offset of zip64 end */ macro
H A Dzip_util.c378 end64pos = ZIP64_LOCOFF(loc64);

Completed in 30 milliseconds