Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java419 switch (getEntryMethod(jzentry)) { in getInputStream()
633 e.method = getEntryMethod(jzentry); in getZipEntry()
921 private static native int getEntryMethod(long jzentry); in getEntryMethod() method in ZipFile
/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DZipFile.java155 private static native int getEntryMethod(long jzentry); in getEntryMethod() method in ZipFile
/libcore/ojluni/src/main/native/
DZipFile.c410 NATIVE_METHOD(ZipFile, getEntryMethod, "(J)I"),