Searched refs:drive_label (Results 1 - 2 of 2) sorted by relevance
/external/chromium/chrome/browser/chromeos/cros/ |
H A D | 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
|
H A D | 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(); 18 Disk(const std::string& device_path, const std::string& mount_path, const std::string& system_path, const std::string& file_path, const std::string& device_label, const std::string& drive_label, const std::string& parent_path, DeviceType device_type, uint64 total_size, bool is_parent, bool is_read_only, bool has_media, bool on_boot_device) argument
|
Completed in 485 milliseconds