Home
last modified time | relevance | path

Searched refs:ZIP64_LOCOFF (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
DZipConstants64.java66 static final int ZIP64_LOCOFF = 8; // offset of zip64 end field in ZipConstants64
DZipUtils.java259 static final long ZIP64_LOCOFF(byte[] b) { return LL(b, 8);} // zip64 end offset in ZIP64_LOCOFF() method in ZipUtils
DZipFile.java1575 long end64pos = ZIP64_LOCOFF(loc64); in findEND()
/libcore/ojluni/src/main/native/
Dzip_util.h137 #define ZIP64_LOCOFF(b) LL(b, 8) /* offset of zip64 end */ macro
Dzip_util.c417 end64pos = ZIP64_LOCOFF(loc64); in findEND64()