Home
last modified time | relevance | path

Searched refs:getEntryTime (Results 1 – 2 of 2) 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/src/main/native/
DZipFile.c406 NATIVE_METHOD(ZipFile, getEntryTime, "(J)J"),