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.java384 long jzentry = 0; in getEntry() local
401 private static native void freeEntry(long jzfile, long jzentry); in freeEntry()
425 long jzentry = 0; in getInputStream() local
596 long jzentry = getNextEntry(jzfile, i++); in next() local
655 private ZipEntry getZipEntry(String name, long jzentry) { in getZipEntry()
812 protected long jzentry; // address of jzentry data field in ZipFile.ZipFileInputStream
817 ZipFileInputStream(long jzentry) { in ZipFileInputStream()
953 private static native int read(long jzfile, long jzentry, in read()
957 private static native long getEntryTime(long jzentry); in getEntryTime()
958 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.h161 typedef struct jzentry { /* Zip file entry */ struct
172 } jzentry; argument