HomeSort by relevance Sort by last modified time
    Searched refs:ZIP_Open_Generic (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/native/
zip_util.h 257 ZIP_Open_Generic(const char *name, char **pmsg, int mode, jlong lastModified);
zip_util.c 91 * from ZIP_Open_Generic, which in turn is used by the JVM, where we do not
778 ZIP_Open_Generic(const char *name, char **pmsg, int mode, jlong lastModified)
931 jzfile *file = ZIP_Open_Generic(name, pmsg, O_RDONLY, 0);
    [all...]

Completed in 62 milliseconds