Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.h260 ZIP_Get_From_Cache(const char *name, char **pmsg, jlong lastModified);
Djava_util_zip_ZipFile.c102 zip = ZIP_Get_From_Cache(path, &msg, lastModified); in ZipFile_open()
Dzip_util.c787 zip = ZIP_Get_From_Cache(name, pmsg, lastModified); in ZIP_Open_Generic()
804 ZIP_Get_From_Cache(const char *name, char **pmsg, jlong lastModified) in ZIP_Get_From_Cache() function