Searched refs:volume_label (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_preferences.cc232 base::string16 volume_label; local
253 if (dict.GetString(kMediaGalleriesVolumeLabelKey, &volume_label) &&
278 out_gallery_info->volume_label = volume_label;
306 dict->SetString(kMediaGalleriesVolumeLabelKey, gallery.volume_label);
425 volume_label, vendor_name, model_name, total_size_in_bytes);
810 gallery_info->volume_label = info.storage_label();
850 const base::string16& volume_label,
864 volume_label,
880 const base::string16& volume_label, cons
846 AddGallery( const std::string& device_id, const base::FilePath& relative_path, MediaGalleryPrefInfo::Type type, const base::string16& volume_label, const base::string16& vendor_name, const base::string16& model_name, uint64 total_size_in_bytes, base::Time last_attach_time, int audio_count, int image_count, int video_count) argument
877 AddOrUpdateGalleryInternal( const std::string& device_id, const base::string16& display_name, const base::FilePath& relative_path, MediaGalleryPrefInfo::Type type, const base::string16& volume_label, const base::string16& vendor_name, const base::string16& model_name, uint64 total_size_in_bytes, base::Time last_attach_time, bool volume_metadata_valid, int audio_count, int image_count, int video_count, int prefs_version, MediaGalleryPrefInfo::DefaultGalleryType default_gallery_type) argument
[all...]
H A Dmedia_galleries_preferences.h94 base::string16 volume_label; member in struct:MediaGalleryPrefInfo
113 // Set to true if the volume metadata fields (volume_label, vendor_name,
233 const base::string16& volume_label,
330 const base::string16& volume_label,
H A Dmedia_galleries_permission_controller_unittest.cc270 gallery.volume_label = base::ASCIIToUTF16("label");
291 gallery.volume_label = base::ASCIIToUTF16("volume");
299 gallery.volume_label = base::string16();
H A Dmedia_galleries_scan_result_controller_unittest.cc121 gallery_info.volume_label,
353 results[1].pref_info.volume_label);
359 results[3].pref_info.volume_label);
H A Dmedia_scan_manager.cc179 gallery.volume_label, gallery.vendor_name,
204 gallery.volume_label, gallery.vendor_name,
H A Dgallery_watch_manager_unittest.cc103 gallery_info.volume_label,
H A Dmedia_galleries_preferences_unittest.cc628 EXPECT_EQ(ASCIIToUTF16("volume label"), gallery_info.volume_label);
1279 info.volume_label = ASCIIToUTF16("vol");
1286 info.volume_label = base::string16();
H A Dmedia_galleries_permission_controller.cc457 gallery.volume_label, gallery.vendor_name, gallery.model_name,
H A Dmedia_scan_manager_unittest.cc170 gallery_info.volume_label,
/external/chromium_org/components/storage_monitor/
H A Dstorage_monitor_linux.cc150 base::string16 volume_label =
160 MediaStorageUtil::RecordDeviceInfoHistogram(true, unique_id, volume_label);
188 volume_label,
H A Dvolume_mount_watcher_win.cc167 base::string16 volume_label; local
169 WriteInto(&volume_label, kMaxPathBufLen),
176 // TODO(gbillock): if volume_label.empty(), get the vendor/model information
178 *info = StorageInfo(device_id, mount_point, volume_label, base::string16(),
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dvolume_manager.h103 std::string volume_label; member in struct:file_manager::VolumeInfo
H A Dvolume_manager.cc175 volume_info.volume_label = volume_info.mount_path.BaseName().AsUTF8Unsafe();
199 volume_info.volume_label = file_system_info.display_name();
658 volume_info.volume_label = label;
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_util.cc189 volume_metadata->volume_label.reset(
190 new std::string(volume_info.volume_label));
/external/chromium_org/chrome/browser/extensions/api/media_galleries/
H A Dmedia_galleries_watch_apitest.cc165 gallery_info.volume_label,
H A Dmedia_galleries_apitest.cc218 gallery_info.volume_label,
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
H A Dmedia_galleries_watch_apitest.cc161 gallery_info.volume_label,
/external/e2fsprogs/misc/
H A Dmke2fs.c106 static char *volume_label; variable
1519 volume_label = optarg;
2535 if (volume_label) {
2538 strncpy(fs->super->s_volume_name, volume_label,

Completed in 229 milliseconds