Home
last modified time | relevance | path

Searched refs:getLastAccessed (Results 1 – 4 of 4) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatLfnDirectoryEntry.java359 public long getLastAccessed() throws IOException { in getLastAccessed() method in FatLfnDirectoryEntry
360 return realEntry.getLastAccessed(); in getLastAccessed()
DAbstractDirectory.java344 dst.setLastAccessed(src.getLastAccessed()); in copyDateTimeFields()
DFatDirectoryEntry.java269 public long getLastAccessed() { in getLastAccessed() method in FatDirectoryEntry
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
DFsDirectoryEntry.java83 public long getLastAccessed() throws IOException; in getLastAccessed() method