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.h276 jint ZIP_Read(jzfile *zip, jzentry *entry, jlong pos, void *buf, jint len);
Dzip_util.c1356 ZIP_Read(jzfile *zip, jzentry *entry, jlong pos, void *buf, jint len) in ZIP_Read() function
1446 n = ZIP_Read(zip, entry, pos, tmp, n); in InflateFully()
1524 n = ZIP_Read(zip, entry, pos, buf, count); in ZIP_ReadEntry()
DZipFile.c322 len = ZIP_Read(zip, jlong_to_ptr(zentry), pos, buf + off, len); in ZipFile_read()