HomeSort by relevance Sort by last modified time
    Searched refs:getEntryBytes (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/java/util/zip/
ZipFile.java 596 byte[] bname = getEntryBytes(jzentry, JZENTRY_NAME);
608 e.setExtra0(getEntryBytes(jzentry, JZENTRY_EXTRA), false);
609 byte[] bcomm = getEntryBytes(jzentry, JZENTRY_COMMENT);
866 private static native byte[] getEntryBytes(long jzentry, int type);
  /libcore/ojluni/src/main/native/
java_util_zip_ZipFile.c 413 NATIVE_METHOD(ZipFile, getEntryBytes, "(JI)[B"),

Completed in 42 milliseconds