Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.h209 typedef struct jzfile { /* Zip file */ struct
231 struct jzfile *next; /* next zip file in search list */ argument
239 } 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 …]
/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java78 private long jzfile; // address of jzfile data field in ZipFile
369 private static native long getEntry(long jzfile, byte[] name, in getEntry()
373 private static native void freeEntry(long jzfile, long jzentry); in freeEntry()
648 private static native long getNextEntry(long jzfile, int i); in getNextEntry()
749 private static native void close(long jzfile); in close()
906 private static native int getFileDescriptor(long jzfile); in getFileDescriptor()
911 private static native int getTotal(long jzfile); in getTotal()
912 private static native boolean startsWithLOC(long jzfile); in startsWithLOC()
913 private static native int read(long jzfile, long jzentry, in read()
923 private static native byte[] getCommentBytes(long jzfile); in getCommentBytes()
[all …]