Searched refs:setVolumeLabel (Results 1 – 4 of 4) sorted by relevance
152 public SuperFloppyFormatter setVolumeLabel(String label) { in setVolumeLabel() method in SuperFloppyFormatter208 f32bs.setVolumeLabel(label); in format()223 if (label != null) f16bs.setVolumeLabel(label); in format()262 fs.setVolumeLabel(label); in format()
125 public void setVolumeLabel(String label) throws IllegalArgumentException { in setVolumeLabel() method in Fat16BootSector220 setVolumeLabel(DEFAULT_VOLUME_LABEL); in init()
167 public void setVolumeLabel(String label) in setVolumeLabel() method in FatFileSystem176 ((Fat16BootSector)bs).setVolumeLabel(label); in setVolumeLabel()
118 public void setVolumeLabel(String label) { in setVolumeLabel() method in Fat32BootSector