Searched refs:ZFILE (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/native/
H A Dzip_util.h192 * Use ZFILE to represent access to a file in a platform-indepenent
196 #define ZFILE jlong macro
198 #define ZFILE int macro
222 ZFILE zfd; /* open file descriptor */
265 ZIP_Put_In_Cache(const char *name, ZFILE zfd, char **pmsg, jlong lastModified);
268 ZIP_Put_In_Cache0(const char *name, ZFILE zfd, char **pmsg, jlong lastModified, jboolean usemmap);
H A Dzip_util.c86 * Opens the named file for reading, returning a ZFILE.
94 static ZFILE
136 ZFILE_Close(ZFILE zfd) {
145 ZFILE_read(ZFILE zfd, char *buf, jint nbytes, jlong offset) {
190 readFullyAt(ZFILE zfd, void *buf, jlong len, jlong offset) {
299 const ZFILE zfd = zip->zfd;
782 ZFILE zfd = ZFILE_Open(name, mode);
842 ZIP_Put_In_Cache(const char *name, ZFILE zfd, char **pmsg, jlong lastModified)
848 ZIP_Put_In_Cache0(const char *name, ZFILE zfd, char **pmsg, jlong lastModified,
973 ZFILE zf
[all...]
H A Djava_util_zip_ZipFile.c104 ZFILE zfd = 0;

Completed in 132 milliseconds