Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java427 long size = getEntrySize(jzentry) + 2; // Inflater likes a bit of slack in getInputStream()
631 e.size = getEntrySize(jzentry); in getZipEntry()
781 size = getEntrySize(jzentry); in ZipFileInputStream()
920 private static native long getEntrySize(long jzentry); in getEntrySize() method in ZipFile
/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DZipFile.java153 private static native long getEntrySize(long jzentry); in getEntrySize() method in ZipFile
/libcore/ojluni/src/main/native/
DZipFile.c409 NATIVE_METHOD(ZipFile, getEntrySize, "(J)J"),