Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.h274 jint ZIP_Read(jzfile *zip, jzentry *entry, jlong pos, void *buf, jint len);
Dzip_util.c1361 ZIP_Read(jzfile *zip, jzentry *entry, jlong pos, void *buf, jint len) in ZIP_Read() function
1440 n = ZIP_Read(zip, entry, pos, tmp, n); in InflateFully()
1512 n = ZIP_Read(zip, entry, pos, buf, count); in ZIP_ReadEntry()
Djava_util_zip_ZipFile.c323 len = ZIP_Read(zip, jlong_to_ptr(zentry), pos, buf, len); in ZipFile_read()