Home
last modified time | relevance | path

Searched refs:setVolumeLabel (Results 1 – 4 of 4) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DSuperFloppyFormatter.java152 public SuperFloppyFormatter setVolumeLabel(String label) { in setVolumeLabel() method in SuperFloppyFormatter
208 f32bs.setVolumeLabel(label); in format()
223 if (label != null) f16bs.setVolumeLabel(label); in format()
262 fs.setVolumeLabel(label); in format()
DFat16BootSector.java125 public void setVolumeLabel(String label) throws IllegalArgumentException { in setVolumeLabel() method in Fat16BootSector
220 setVolumeLabel(DEFAULT_VOLUME_LABEL); in init()
DFatFileSystem.java167 public void setVolumeLabel(String label) in setVolumeLabel() method in FatFileSystem
176 ((Fat16BootSector)bs).setVolumeLabel(label); in setVolumeLabel()
DFat32BootSector.java118 public void setVolumeLabel(String label) { in setVolumeLabel() method in Fat32BootSector