Searched defs:jzfile (Results 1 – 3 of 3) sorted by relevance
| /libcore/ojluni/src/main/native/ |
| D | zip_util.h | 210 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/ |
| D | ZipFile.java | 69 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/ |
| D | ZipFile.java | 79 private long jzfile; // address of jzfile data field in ZipFile 397 private static native long getEntry(long jzfile, byte[] name, in getEntry() 401 private static native void freeEntry(long jzfile, long jzentry); in freeEntry() 687 private static native long getNextEntry(long jzfile, int i); in getNextEntry() 788 private static native void close(long jzfile); in close() 945 private static native int getFileDescriptor(long jzfile); in getFileDescriptor() 951 private static native int getTotal(long jzfile); in getTotal() 952 private static native boolean startsWithLOC(long jzfile); in startsWithLOC() 953 private static native int read(long jzfile, long jzentry, in read() 963 private static native byte[] getCommentBytes(long jzfile); in getCommentBytes() [all …]
|