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.h263 ZIP_Get_From_Cache(const char *name, char **pmsg, jlong lastModified);
DZipFile.c96 zip = ZIP_Get_From_Cache(path, &msg, lastModified); in ZipFile_open()
Dzip_util.c854 zip = ZIP_Get_From_Cache(name, &localPmsg, lastModified); in ZIP_Open_Generic()
879 ZIP_Get_From_Cache(const char *name, char **pmsg, jlong lastModified) in ZIP_Get_From_Cache() function