Home
last modified time | relevance | path

Searched defs:label (Results 1 – 6 of 6) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatType.java116 private final String label; field in FatType
120 long bitMask, float entrySize, String label) { in FatType()
DFat16BootSector.java125 public void setVolumeLabel(String label) throws IllegalArgumentException { in setVolumeLabel()
DFatFileSystem.java167 public void setVolumeLabel(String label) in setVolumeLabel()
DSuperFloppyFormatter.java87 private String label; field in SuperFloppyFormatter
152 public SuperFloppyFormatter setVolumeLabel(String label) { in setVolumeLabel()
DFat32BootSector.java118 public void setVolumeLabel(String label) { in setVolumeLabel()
DAbstractDirectory.java357 public void setLabel(String label) throws IllegalArgumentException, in setLabel()