Home
last modified time | relevance | path

Searched defs:jzentry (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java356 long jzentry = 0; in getEntry() local
373 private static native void freeEntry(long jzfile, long jzentry); in freeEntry()
397 long jzentry = 0; in getInputStream() local
568 long jzentry = getNextEntry(jzfile, i++); in next() local
616 private ZipEntry getZipEntry(String name, long jzentry) { in getZipEntry()
773 protected long jzentry; // address of jzentry data field in ZipFile.ZipFileInputStream
778 ZipFileInputStream(long jzentry) { in ZipFileInputStream()
913 private static native int read(long jzfile, long jzentry, in read()
917 private static native long getEntryTime(long jzentry); in getEntryTime()
918 private static native long getEntryCrc(long jzentry); in getEntryCrc()
[all …]
/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DZipFile.java71 private static native void freeEntry(long jzfile, long jzentry); in freeEntry()
98 private java.util.zip.ZipEntry getZipEntry(java.lang.String name, long jzentry) { in getZipEntry()
145 private static native int read(long jzfile, long jzentry, long pos, byte[] b, int off, int len); in read()
147 private static native long getEntryTime(long jzentry); in getEntryTime()
149 private static native long getEntryCrc(long jzentry); in getEntryCrc()
151 private static native long getEntryCSize(long jzentry); in getEntryCSize()
153 private static native long getEntrySize(long jzentry); in getEntrySize()
155 private static native int getEntryMethod(long jzentry); in getEntryMethod()
157 private static native int getEntryFlag(long jzentry); in getEntryFlag()
161 private static native byte[] getEntryBytes(long jzentry, int type); in getEntryBytes()
[all …]
/libcore/ojluni/src/main/native/
Dzip_util.h160 typedef struct jzentry { /* Zip file entry */ struct
171 } jzentry; argument