Home
last modified time | relevance | path

Searched refs:LOCHDR (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
DZipConstants.java46 static final int LOCHDR = 30; // LOC header size field
DZipInputStream.java296 readFully(tmpbuf, 0, LOCHDR); in readLOC()
/libcore/ojluni/annotations/mmodule/java/util/zip/
DZipEntry.annotated.java160 public static final int LOCHDR = 30; // 0x1e field in ZipEntry
/libcore/ojluni/src/main/native/
Dzip_util.h48 #define LOCHDR 30 macro
Dzip_util.c1332 unsigned char loc[LOCHDR]; in ZIP_GetEntryDataOffset()
1333 if (readFullyAt(zip->zfd, loc, LOCHDR, -(entry->pos)) == -1) { in ZIP_GetEntryDataOffset()
1341 entry->pos = (- entry->pos) + LOCHDR + LOCNAM(loc) + LOCEXT(loc); in ZIP_GetEntryDataOffset()