Home
last modified time | relevance | path

Searched defs:cenpos (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/native/
Dzip_util.c314 jlong cenpos = endpos - ENDSIZ(endbuf); in verifyEND() local
595 jlong endpos, end64pos, cenpos, cenlen, cenoff; in readCEN() local
1056 readCENHeader(jzfile *zip, jlong cenpos, jint bufsize) in readCENHeader()
1077 sequentialAccessReadCENHeader(jzfile *zip, jlong cenpos) in sequentialAccessReadCENHeader()
Dzip_util.h184 jlong cenpos; /* Offset of central directory file header */ member
/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java919 ZipFileInputStream(byte[] cen, int cenpos) { in ZipFileInputStream()
932 private void checkZIP64(byte[] cen, int cenpos) { in checkZIP64()
1550 long cenpos = end.endpos - end.cenlen; in findEND() local
1619 long cenpos = end.endpos - end.cenlen; // position of CEN table in initCEN() local