OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZIP_Read
(Results
1 - 3
of
3
) sorted by null
/libcore/ojluni/src/main/native/
zip_util.h
274
jint
ZIP_Read
(jzfile *zip, jzentry *entry, jlong pos, void *buf, jint len);
zip_util.c
[
all
...]
java_util_zip_ZipFile.c
317
len =
ZIP_Read
(zip, jlong_to_ptr(zentry), pos, buf, len);
Completed in 140 milliseconds