HomeSort by relevance Sort by last modified time
    Searched full:volumelabel (Results 1 - 8 of 8) sorted by null

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
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...]
FatDirectoryEntry.java 205 public static FatDirectoryEntry createVolumeLabel(String volumeLabel) {
206 assert(volumeLabel != null);
211 volumeLabel.getBytes(), 0,
213 volumeLabel.length());
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences.cc 59 const char kMediaGalleriesVolumeLabelKey[] = "volumeLabel";
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /external/libmtp/src/
ptp-pack.c 429 si->VolumeLabel=ptp_unpack_string(params, data,
    [all...]
ptp.h 715 char *VolumeLabel;
    [all...]
libmtp.c     [all...]
ptp.c     [all...]

Completed in 1165 milliseconds