HomeSort by relevance Sort by last modified time
    Searched defs:readFullyAt (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/native/
zip_util.c 190 readFullyAt(ZFILE zfd, void *buf, jlong len, jlong offset) {
281 readFullyAt(zip->zfd, buf, sizeof(buf), cenpos) != -1 &&
283 readFullyAt(zip->zfd, buf, sizeof(buf), locpos) != -1 &&
315 if (readFullyAt(zfd, buf + off, sizeof(buf) - off,
337 if (readFullyAt(zfd, zip->comment, clen, pos + i + ENDHDR)
376 if (readFullyAt(zip->zfd, loc64, ZIP64_LOCHDR, endpos - ZIP64_LOCHDR) == -1) {
380 if (readFullyAt(zip->zfd, end64buf, ZIP64_ENDHDR, end64pos) == -1) {
645 (readFullyAt(zip->zfd, cenbuf, cenlen, cenpos) == -1))
874 if (readFullyAt(zfd, errbuf, 4, 0 /* offset */) != -1) { // errors will be handled later
979 if (readFullyAt(zfd, cen, bufsize, cenpos) == -1) goto Catch
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
zipfs.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
zipfs.jar 

Completed in 120 milliseconds