Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.c180 ZFILE_Close(ZFILE zfd) { in ZFILE_Close()
191 ZFILE_read(ZFILE zfd, char *buf, jint nbytes, jlong offset) { in ZFILE_read()
229 readFullyAt(ZFILE zfd, void *buf, jlong len, jlong offset) { in readFullyAt()
337 const ZFILE zfd = zip->zfd; in findEND() local
857 ZFILE zfd = ZFILE_Open(name, mode); in ZIP_Open_Generic() local
926 ZIP_Put_In_Cache(JNIEnv *env, jobject thiz, const char *name, ZFILE zfd, char **pmsg, jlong lastMod… in ZIP_Put_In_Cache()
934 ZIP_Put_In_Cache0(JNIEnv *env, jobject thiz, const char *name, ZFILE zfd, char **pmsg, jlong lastMo… in ZIP_Put_In_Cache0()
1059 ZFILE zfd = zip->zfd; in readCENHeader() local
DZipFile.c98 ZFILE zfd = 0; in ZipFile_open() local
Dzip_util.h223 ZFILE zfd; /* open file descriptor */ member