Home
last modified time | relevance | path

Searched refs:Fat32BootSector (Results 1 – 6 of 6) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFsInfoSector.java61 public static FsInfoSector read(Fat32BootSector bs) throws IOException { in read()
79 public static FsInfoSector create(Fat32BootSector bs) throws IOException { in create()
93 private static int offset(Fat32BootSector bs) { in offset()
DSuperFloppyFormatter.java197 bs = new Fat32BootSector(device); in format()
200 final Fat32BootSector f32bs = (Fat32BootSector) bs; in format()
231 Fat32BootSector f32bs = (Fat32BootSector) bs; in format()
DFat32BootSector.java29 final class Fat32BootSector extends BootSector { class
57 public Fat32BootSector(BlockDevice device) throws IOException { in Fat32BootSector() method in Fat32BootSector
DClusterChainDirectory.java73 final Fat32BootSector bs = (Fat32BootSector) fat.getBootSector(); in createRoot()
DFatFileSystem.java88 final Fat32BootSector f32bs = (Fat32BootSector) bs; in FatFileSystem()
DBootSector.java103 bb.getInt(Fat32BootSector.SECTORS_PER_FAT_OFFSET) & 0xffffffffl; in read()
115 new Fat32BootSector(device) : new Fat16BootSector(device); in read()