Home | History | Annotate | Download | only in fat

Lines Matching defs:volumeLabel

49     private String volumeLabel;
179 return entries.size() + ((this.volumeLabel != null) ? 1 : 0);
227 if (this.volumeLabel != null) {
229 FatDirectoryEntry.createVolumeLabel(volumeLabel);
261 this.volumeLabel = e.getVolumeLabel();
306 return volumeLabel;
365 if (this.volumeLabel != null) {
368 this.volumeLabel = null;
371 this.volumeLabel = label;
377 this.volumeLabel = label;