Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.h207 typedef struct jzfile { /* Zip file */ struct
229 struct jzfile *next; /* next zip file in search list */ argument
237 } jzfile; typedef
/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java63 private long jzfile; // address of jzfile data field in ZipFile
326 private static native long getEntry(long jzfile, byte[] name, in getEntry()
330 private static native void freeEntry(long jzfile, long jzentry); in freeEntry()
563 private static native long getNextEntry(long jzfile, int i); in getNextEntry()
650 private static native void close(long jzfile); in close()
776 private static native int getTotal(long jzfile); in getTotal()
777 private static native boolean startsWithLOC(long jzfile); in startsWithLOC()
778 private static native int read(long jzfile, long jzentry, in read()
788 private static native byte[] getCommentBytes(long jzfile); in getCommentBytes()
795 private static native String getZipMessage(long jzfile); in getZipMessage()