HomeSort by relevance Sort by last modified time
    Searched defs:volumeLabel (Results 1 - 3 of 3) sorted by null

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatDirectoryEntry.java 205 public static FatDirectoryEntry createVolumeLabel(String volumeLabel) {
206 assert(volumeLabel != null);
211 volumeLabel.getBytes(), 0,
213 volumeLabel.length());
AbstractDirectory.java 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
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 

Completed in 762 milliseconds