Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.c386 jlong end64pos; in findEND64() local
390 end64pos = ZIP64_LOCOFF(loc64); in findEND64()
391 if (readFullyAt(zip->zfd, end64buf, ZIP64_ENDHDR, end64pos) == -1) { in findEND64()
394 return end64pos; in findEND64()
559 jlong endpos, end64pos, cenpos, cenlen, cenoff; in readCEN() local
590 if ((end64pos = findEND64(zip, end64buf, endpos)) != -1) { in readCEN()
594 endpos = end64pos; in readCEN()