HomeSort by relevance Sort by last modified time
    Searched refs:f32bs (Results 1 - 3 of 3) sorted by null

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
SuperFloppyFormatter.java 200 final Fat32BootSector f32bs = (Fat32BootSector) bs; local
202 f32bs.setFsInfoSectorNr(1);
204 f32bs.setSectorsPerFat(sectorsPerFat(0, totalSectors));
206 f32bs.setFileSystemId(rnd.nextInt());
208 f32bs.setVolumeLabel(label);
211 fsi = FsInfoSector.create(f32bs);
231 Fat32BootSector f32bs = (Fat32BootSector) bs; local
233 f32bs.writeCopy(device);
FatFileSystem.java 88 final Fat32BootSector f32bs = (Fat32BootSector) bs; local
90 f32bs.getRootDirFirstCluster(), isReadOnly());
92 this.fsiSector = FsInfoSector.read(f32bs);
  /prebuilts/devtools/tools/lib/
fat32lib.jar 

Completed in 1284 milliseconds