Searched refs:end64pos (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | zip_util.c | 413 jlong end64pos; in findEND64() local 417 end64pos = ZIP64_LOCOFF(loc64); in findEND64() 418 if (readFullyAt(zip->zfd, end64buf, ZIP64_ENDHDR, end64pos) == -1) { in findEND64() 421 return end64pos; in findEND64() 595 jlong endpos, end64pos, cenpos, cenlen, cenoff; in readCEN() local 626 if ((end64pos = findEND64(zip, end64buf, endpos)) != -1) { in readCEN() 630 endpos = end64pos; in readCEN()
|
/libcore/ojluni/src/main/java/java/util/zip/ |
D | ZipFile.java | 1575 long end64pos = ZIP64_LOCOFF(loc64); in findEND() local 1577 if (readFullyAt(end64buf, 0, end64buf.length, end64pos) in findEND() 1595 end.endpos = end64pos; in findEND()
|