Home
last modified time | relevance | path

Searched refs:ZIP_Put_In_Cache0 (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/native/
Dzip_util.h269 ZIP_Put_In_Cache0(JNIEnv *env, jobject thiz, const char *name, ZFILE zfd, char **pmsg, jlong lastMo…
DZipFile.c113 zip = ZIP_Put_In_Cache0(env, thiz, path, zfd, &msg, lastModified, usemmap); in ZipFile_open()
Dzip_util.c929 return ZIP_Put_In_Cache0(env, thiz, name, zfd, pmsg, lastModified, JNI_TRUE); 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() function