Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.h210 typedef struct jzfile { /* Zip file */ struct
232 struct jzfile *next; /* next zip file in search list */ argument
240 } jzfile; argument
/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DZipFile.java69 private static native long getEntry(long jzfile, byte[] name, boolean addSlash); in getEntry()
71 private static native void freeEntry(long jzfile, long jzentry); in freeEntry()
102 private static native long getNextEntry(long jzfile, int i); in getNextEntry()
117 private static native void close(long jzfile); in close()
135 private static native int getFileDescriptor(long jzfile); in getFileDescriptor()
141 private static native int getTotal(long jzfile); in getTotal()
143 private static native boolean startsWithLOC(long jzfile); in startsWithLOC()
145 private static native int read(long jzfile, long jzentry, long pos, byte[] b, int off, int len); in read()
159 private static native byte[] getCommentBytes(long jzfile); in getCommentBytes()
163 private static native java.lang.String getZipMessage(long jzfile); in getZipMessage()
[all …]