Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java618 e.flag = getEntryFlag(jzentry); // get the flag first in getZipEntry()
922 private static native int getEntryFlag(long jzentry); in getEntryFlag() method in ZipFile
/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DZipFile.java157 private static native int getEntryFlag(long jzentry); in getEntryFlag() method in ZipFile
/libcore/ojluni/src/main/native/
DZipFile.c411 NATIVE_METHOD(ZipFile, getEntryFlag, "(J)I"),