Searched refs:usemmap (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/annotations/hiddenapi/java/util/zip/ |
D | ZipFile.java | 138 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/java/java/util/zip/ |
D | ZipFile.java | 125 private static final boolean usemmap; field in ZipFile 136 usemmap = true; 265 jzfile = open(name, mode, file.lastModified(), usemmap); in ZipFile() 910 boolean usemmap) throws IOException; in open() argument
|
/libcore/ojluni/src/main/native/ |
D | zip_util.h | 218 jboolean usemmap; /* if mmap is used. */ member 268 ZIP_Put_In_Cache0(const char *name, ZFILE zfd, char **pmsg, jlong lastModified, jboolean usemmap);
|
D | zip_util.c | 252 if (zip->usemmap) { in freeZip() 604 if (zip->usemmap) { in readCEN() 759 if (!zip->usemmap) in readCEN() 852 jboolean usemmap) in ZIP_Put_In_Cache0() argument 863 zip->usemmap = usemmap; in ZIP_Put_In_Cache0() 1039 if (zip->usemmap) { in newEntry() 1127 if (!zip->usemmap) in newEntry()
|
D | ZipFile.c | 89 jboolean usemmap) in ZipFile_open() argument 118 zip = ZIP_Put_In_Cache0(path, zfd, &msg, lastModified, usemmap); in ZipFile_open()
|