Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java629 e.xdostime = getEntryTime(jzentry); in getZipEntry()
917 private static native long getEntryTime(long jzentry); in getEntryTime() method in ZipFile
/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DZipFile.java147 private static native long getEntryTime(long jzentry); in getEntryTime() method in ZipFile
/libcore/ojluni/src/main/native/
DZipFile.c406 NATIVE_METHOD(ZipFile, getEntryTime, "(J)J"),