Searched defs:ZIP_Read (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/native/
H A Dzip_util.c1353 ZIP_Read(jzfile *zip, jzentry *entry, jlong pos, void *buf, jint len) function
1366 zip->msg = "ZIP_Read: jzentry is NULL";
1374 zip->msg = "ZIP_Read: specified offset out of range";
1391 zip->msg = "ZIP_Read: corrupt zip file: invalid entry size";
1396 zip->msg = "ZIP_Read: error reading zip file";
1443 n = ZIP_Read(zip, entry, pos, tmp, n);
1521 n = ZIP_Read(zip, entry, pos, buf, count);

Completed in 133 milliseconds