Home
last modified time | relevance | path

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

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFsInfoSector.java128 if (getLastAllocatedCluster() == value) return; in setLastAllocatedCluster()
140 public long getLastAllocatedCluster() { in getLastAllocatedCluster() method in FsInfoSector
181 ", lastAllocatedCluster=" + getLastAllocatedCluster() + //NOI18N in toString()
DFatFileSystem.java207 fsiSector.setLastAllocatedCluster(fat.getLastAllocatedCluster()); in flush()
DSuperFloppyFormatter.java242 fsi.setLastAllocatedCluster(fat.getLastAllocatedCluster()); in format()
DFat.java337 public int getLastAllocatedCluster() { in getLastAllocatedCluster() method in Fat