Home
last modified time | relevance | path

Searched refs:getEntryBytes (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java622 byte[] bname = getEntryBytes(jzentry, JZENTRY_NAME); in getZipEntry()
634 e.setExtra0(getEntryBytes(jzentry, JZENTRY_EXTRA), false); in getZipEntry()
635 byte[] bcomm = getEntryBytes(jzentry, JZENTRY_COMMENT); in getZipEntry()
928 private static native byte[] getEntryBytes(long jzentry, int type); in getEntryBytes() method in ZipFile
/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DZipFile.java161 private static native byte[] getEntryBytes(long jzentry, int type); in getEntryBytes() method in ZipFile
/libcore/ojluni/src/main/native/
DZipFile.c413 NATIVE_METHOD(ZipFile, getEntryBytes, "(JI)[B"),