Searched refs:ZIP_Put_In_Cache0 (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | zip_util.h | 269 ZIP_Put_In_Cache0(JNIEnv *env, jobject thiz, const char *name, ZFILE zfd, char **pmsg, jlong lastMo…
|
D | ZipFile.c | 113 zip = ZIP_Put_In_Cache0(env, thiz, path, zfd, &msg, lastModified, usemmap); in ZipFile_open()
|
D | zip_util.c | 929 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
|