Home | History | Annotate | Download | only in fat

Lines Matching defs:fat

19 package de.waldheinz.fs.fat;
27 * Allows to create FAT file systems on {@link BlockDevice}s which follow the
30 * a single FAT file system.
236 final Fat fat = Fat.create(bs, 0);
240 rootDirStore = ClusterChainDirectory.createRoot(fat);
241 fsi.setFreeClusterCount(fat.getFreeClusterCount());
242 fsi.setLastAllocatedCluster(fat.getLastAllocatedCluster());
249 new FatLfnDirectory(rootDirStore, fat, false);
254 fat.writeCopy(FatUtils.getFatOffset(bs, i));
288 * Determines a usable FAT type from the {@link #device} by looking at the
291 * @return the suggested FAT type
299 * Determines a usable FAT type from the {@link #device} by looking at the
302 * @return the suggested FAT type
327 * Returns the exact type of FAT the will be created by this formatter.
329 * @return the FAT type
336 * Sets the type of FAT that will be created by this