Home
last modified time | relevance | path

Searched refs:usemmap (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DZipFile.java138 java.lang.String name, int mode, long lastModified, boolean usemmap) in open() argument
222 private static final boolean usemmap; field in ZipFile
225 usemmap = false;
/libcore/ojluni/src/main/native/
Dzip_util.c288 if (zip->usemmap) { in freeZip()
647 if (zip->usemmap) { in readCEN()
815 if (!zip->usemmap) in readCEN()
935 jboolean usemmap) in ZIP_Put_In_Cache0() argument
946 zip->usemmap = usemmap; in ZIP_Put_In_Cache0()
1122 if (zip->usemmap) { in newEntry()
1210 if (!zip->usemmap) in newEntry()
Dzip_util.h219 jboolean usemmap; /* if mmap is used. */ member
269 …env, jobject thiz, const char *name, ZFILE zfd, char **pmsg, jlong lastModified, jboolean usemmap);
DZipFile.c83 jboolean usemmap) in ZipFile_open() argument
113 zip = ZIP_Put_In_Cache0(env, thiz, path, zfd, &msg, lastModified, usemmap); in ZipFile_open()