Searched refs:ZIP_Read (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | zip_util.h | 276 jint ZIP_Read(jzfile *zip, jzentry *entry, jlong pos, void *buf, jint len);
|
D | zip_util.c | 1356 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()
|
D | ZipFile.c | 322 len = ZIP_Read(zip, jlong_to_ptr(zentry), pos, buf + off, len); in ZipFile_read()
|