Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java313 long jzentry = 0; in getEntry() local
330 private static native void freeEntry(long jzfile, long jzentry); in freeEntry()
354 long jzentry = 0; in getInputStream() local
507 long jzentry = getNextEntry(jzfile, i++); in entries() local
531 private ZipEntry getZipEntry(String name, long jzentry) { in getZipEntry()
674 protected long jzentry; // address of jzentry data field in ZipFileInputStream
679 ZipFileInputStream(long jzentry) { in ZipFileInputStream()
778 private static native int read(long jzfile, long jzentry, in read()
782 private static native long getEntryTime(long jzentry); in getEntryTime()
783 private static native long getEntryCrc(long jzentry); in getEntryCrc()
[all …]
/libcore/ojluni/src/main/native/
Dzip_util.h159 typedef struct jzentry { /* Zip file entry */ struct
169 } jzentry; argument