Home
last modified time | relevance | path

Searched refs:CENHDR (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java640 return zc.toString(cen, pos + CENHDR, nlen); in getEntryName()
694 zc.hasTrailingSlash(cen, pos + CENHDR + nlen) && in getZipEntry()
701 name = zc.toString(cen, pos + CENHDR, nlen); in getZipEntry()
723 int start = pos + CENHDR + nlen; in getZipEntry()
727 int start = pos + CENHDR + nlen + elen; in getZipEntry()
933 int off = cenpos + CENHDR + CENNAM(cen, cenpos); in checkZIP64()
1276 int entryPos = pos + CENHDR; in checkAndAddEntry()
1656 int entryPos = CENHDR; in initCEN()
1677 String name = zcp.toString(cen, pos + CENHDR, nlen); in initCEN()
1686 byte b = cen[pos + CENHDR + nameIdx]; in initCEN()
[all …]
DZipConstants.java70 static final int CENHDR = 46; field
/libcore/ojluni/src/main/native/
Dzip_util.c71 #define CENSIZE(cen) (CENHDR + CENNAM(cen) + CENEXT(cen) + CENCOM(cen))
569 for (i = 0; i + CENHDR <= end - beg; i += CENSIZE(beg + i)) in countCENHeaders()
720 for (i = 0, cp = cenbuf; cp <= cenend - CENHDR; i++, cp += CENSIZE(cp)) { in readCEN()
750 if (cp + CENHDR + nlen > cenend) { in readCEN()
756 const char* entryName = (const char *)cp + CENHDR; in readCEN()
769 if (addMetaName(zip, (char *)cp+CENHDR, nlen) != 0) { in readCEN()
789 const char* chainName = cenStart + CENHDR; in readCEN()
1083 && (cenpos + CENHDR <= cache->pos + CENCACHE_PAGESIZE)) in sequentialAccessReadCENHeader()
1146 memcpy(ze->name, cen + CENHDR, nlen); in newEntry()
1150 char *extra = cen + CENHDR + nlen; in newEntry()
[all …]
Dzip_util.h51 #define CENHDR 46 macro
/libcore/ojluni/annotations/mmodule/java/util/zip/
DZipEntry.annotated.java108 public static final int CENHDR = 46; // 0x2e field in ZipEntry
/libcore/ojluni/annotations/flagged_api/java/util/zip/
DZipEntry.annotated.java110 public static final int CENHDR = 46; // 0x2e field in ZipEntry
/libcore/api/
Dcurrent.txt17343 field public static final int CENHDR = 46; // 0x2e
17400 field public static final int CENHDR = 46; // 0x2e
17448 field public static final int CENHDR = 46; // 0x2e
17493 field public static final int CENHDR = 46; // 0x2e
18694 field public static final int CENHDR = 46; // 0x2e
18762 field public static final int CENHDR = 46; // 0x2e
18812 field public static final int CENHDR = 46; // 0x2e
18862 field public static final int CENHDR = 46; // 0x2e