Searched defs:usemmap (Results 1 - 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
H A DZipFile.java97 private static final boolean usemmap; field in class:ZipFile
101 usemmap = true;
238 jzfile = open(name, mode, file.lastModified(), usemmap);
848 boolean usemmap) throws IOException;
847 open(String name, int mode, long lastModified, boolean usemmap) argument
/libcore/ojluni/src/main/native/
H A Djava_util_zip_ZipFile.c89 jboolean usemmap)
118 zip = ZIP_Put_In_Cache0(path, zfd, &msg, lastModified, usemmap);
87 ZipFile_open(JNIEnv *env, jclass cls, jstring name, jint mode, jlong lastModified, jboolean usemmap) argument
H A Dzip_util.h218 jboolean usemmap; /* if mmap is used. */ member in struct:jzfile
268 ZIP_Put_In_Cache0(const char *name, ZFILE zfd, char **pmsg, jlong lastModified, jboolean usemmap);
H A Dzip_util.c250 if (zip->usemmap) {
602 if (zip->usemmap) {
757 if (!zip->usemmap)
850 jboolean usemmap)
861 zip->usemmap = usemmap;
1037 if (zip->usemmap) {
1125 if (!zip->usemmap)
849 ZIP_Put_In_Cache0(const char *name, ZFILE zfd, char **pmsg, jlong lastModified, jboolean usemmap) argument

Completed in 56 milliseconds