Home
last modified time | relevance | path

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

/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