Searched defs:locoff (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
H A DZipOutputStream.java77 private long locoff = 0; field in class:ZipOutputStream
288 if (e.size != written - locoff) {
291 " but got " + (written - locoff) + " bytes)");
337 if (written - locoff > entry.size) {
467 locoff = written;
/libcore/ojluni/src/main/native/
H A Dzip_util.c1026 jlong locoff; local
1056 locoff = CENOFF(cen);
1057 ze->pos = -(zip->locpos + locoff);
1073 locoff == ZIP64_MAGICVAL) {
1094 if (locoff == ZIP64_MAGICVAL) {

Completed in 7 milliseconds