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