Home
last modified time | relevance | path

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

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
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