Searched refs:readFullyAt (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | zip_util.c | 192 readFullyAt(ZFILE zfd, void *buf, jlong len, jlong offset) { in readFullyAt() function 283 readFullyAt(zip->zfd, buf, sizeof(buf), cenpos) != -1 && in verifyEND() 285 readFullyAt(zip->zfd, buf, sizeof(buf), locpos) != -1 && in verifyEND() 317 if (readFullyAt(zfd, buf + off, sizeof(buf) - off, in findEND() 339 if (readFullyAt(zfd, zip->comment, clen, pos + i + ENDHDR) in findEND() 378 if (readFullyAt(zip->zfd, loc64, ZIP64_LOCHDR, endpos - ZIP64_LOCHDR) == -1) { in findEND64() 382 if (readFullyAt(zip->zfd, end64buf, ZIP64_ENDHDR, end64pos) == -1) { in findEND64() 647 (readFullyAt(zip->zfd, cenbuf, cenlen, cenpos) == -1)) in readCEN() 876 if (readFullyAt(zfd, errbuf, 4, 0 /* offset */) != -1) { // errors will be handled later in ZIP_Put_In_Cache0() 981 if (readFullyAt(zfd, cen, bufsize, cenpos) == -1) goto Catch; in readCENHeader() [all …]
|