Home
last modified time | relevance | path

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

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFsInfoSector.java127 public void setLastAllocatedCluster(long value) { in setLastAllocatedCluster() method in FsInfoSector
160 setLastAllocatedCluster(Fat.FIRST_CLUSTER); in init()
DFatFileSystem.java207 fsiSector.setLastAllocatedCluster(fat.getLastAllocatedCluster()); in flush()
DSuperFloppyFormatter.java242 fsi.setLastAllocatedCluster(fat.getLastAllocatedCluster()); in format()