Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/zip/
DZipOutputStream.java61 private long locoff = 0; field in ZipOutputStream
270 if (e.size != written - locoff) { in closeEntry()
273 " but got " + (written - locoff) + " bytes)"); in closeEntry()
319 if (written - locoff > entry.size) { in write()
425 locoff = written; in writeLOC()
/libcore/ojluni/src/main/native/
Dzip_util.c1030 jlong locoff; in newEntry() local
1060 locoff = CENOFF(cen); in newEntry()
1061 ze->pos = -(zip->locpos + locoff); in newEntry()
1076 locoff == ZIP64_MAGICVAL) { in newEntry()
1097 if (locoff == ZIP64_MAGICVAL) { in newEntry()