Searched defs:storage_label (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/storage_monitor/
H A Dstorage_info.h84 const base::string16& storage_label() const { return storage_label_; } function in class:storage_monitor::StorageInfo
H A Dtest_volume_mount_watcher_win.cc78 base::string16 storage_label = path.Append(L" Drive").LossyDisplayName(); local
79 *info = StorageInfo(device_id, path.value(), storage_label, base::string16(),
98 const base::string16& storage_label,
100 StorageInfo info(device_id, device_path.value(), storage_label,
95 AddDeviceForTesting( const base::FilePath& device_path, const std::string& device_id, const base::string16& storage_label, uint64 total_size_in_bytes) argument
H A Dmedia_transfer_protocol_device_observer_linux.cc198 base::string16 storage_label; local
203 &device_id, &storage_label, &location,
209 storage_label);
210 if (device_id.empty() || storage_label.empty())
215 StorageInfo storage_info(device_id, location, storage_label,

Completed in 79 milliseconds