Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.c377 jlong end64pos; in findEND64() local
381 end64pos = ZIP64_LOCOFF(loc64); in findEND64()
382 if (readFullyAt(zip->zfd, end64buf, ZIP64_ENDHDR, end64pos) == -1) { in findEND64()
385 return end64pos; in findEND64()
551 jlong endpos, end64pos, cenpos, cenlen, cenoff; in readCEN() local
582 if ((end64pos = findEND64(zip, end64buf, endpos)) != -1) { in readCEN()
586 endpos = end64pos; in readCEN()