HomeSort by relevance Sort by last modified time
    Searched refs:drive_label (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/cros/
mount_library.h 43 const std::string& drive_label,
62 const std::string& drive_label() const { return drive_label_; } function in class:chromeos::MountLibrary::Disk
mount_library.cc 23 const std::string& drive_label,
36 drive_label_(drive_label),
292 if (disk->drive_label() != NULL)
293 drivelabel = disk->drive_label();

Completed in 481 milliseconds