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 537 byte[] bname = getEntryBytes(jzentry, JZENTRY_NAME);
549 e.extra = getEntryBytes(jzentry, JZENTRY_EXTRA);
550 byte[] bcomm = getEntryBytes(jzentry, JZENTRY_COMMENT);
801 private static native byte[] getEntryBytes(long jzentry, int type);
  /libcore/ojluni/src/main/native/
java_util_zip_ZipFile.c 415 NATIVE_METHOD(ZipFile, getEntryBytes, "(JI)[B"),

Completed in 184 milliseconds