Searched refs:f16bs (Results 1 – 1 of 1) sorted by relevance
216 final Fat16BootSector f16bs = (Fat16BootSector) bs; in format() local221 f16bs.setRootDirEntryCount(rootDirEntries); in format()222 f16bs.setSectorsPerFat(sectorsPerFat(rootDirEntries, totalSectors)); in format()223 if (label != null) f16bs.setVolumeLabel(label); in format()