Searched defs:atime (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipPath.java689 void setTimes(FileTime mtime, FileTime atime, FileTime ctime) argument
692 zfs.setTimes(getResolvedPath(), mtime, atime, ctime);
H A DZipFileSystem.java324 e.mtime = e.atime = e.ctime = -1;// -1 for all times
332 void setTimes(byte[] path, FileTime mtime, FileTime atime, FileTime ctime) argument
346 if (atime != null)
347 e.atime = atime.toMillis();
482 u.mtime = u.atime= u.ctime = System.currentTimeMillis();
1802 long atime = -1; // last access time field in class:ZipFileSystem.Entry
1837 this.atime = e.atime;
1942 if (atime !
[all...]

Completed in 96 milliseconds