/external/chromium_org/rlz/lib/ |
D | machine_id.cc | 26 int volume_id; in GetMachineId() local 27 if (!GetRawMachineId(&sid_string, &volume_id)) in GetMachineId() 30 if (!testing::GetMachineIdImpl(sid_string, volume_id, machine_id)) in GetMachineId() 41 int volume_id, in GetMachineIdImpl() argument 69 (volume_id >> shift_bits) & 0xFF); in GetMachineIdImpl() 73 if (!sid_string.empty() || (0 != volume_id)) in GetMachineIdImpl()
|
D | machine_id.h | 28 int volume_id,
|
/external/chromium_org/chrome/browser/local_discovery/storage/ |
D | privet_volume_lister.cc | 92 volume_info.volume_id = name; in DeviceChanged() 100 std::string volume_id = EscapeSlashes(volume_info.volume_id); in DeviceChanged() local 104 mount_root.AppendASCII(volume_id).AppendASCII(volume_label); in DeviceChanged()
|
D | privet_volume_lister.h | 32 std::string volume_id; member
|
/external/chromium_org/rlz/win/lib/ |
D | machine_id_win.cc | 106 bool GetRawMachineId(base::string16* sid_string, int* volume_id) { in GetRawMachineId() argument 121 *volume_id = 0; in GetRawMachineId() 122 if (!GetSystemVolumeSerialNumber(volume_id)) { in GetRawMachineId() 124 *volume_id = 0; in GetRawMachineId()
|
/external/kernel-headers/original/uapi/linux/ |
D | iso_fs.h | 34 char volume_id [ISODCL ( 41, 72)]; /* dchars */ member 71 char volume_id [ISODCL ( 41, 72)]; /* dchars */ member 120 char volume_id [ISODCL ( 49, 80)]; /* dchars */ member
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
D | volume_manager.cc | 142 volume_info.volume_id = GenerateVolumeId(volume_info); in CreateDriveVolumeInfo() 155 volume_info.volume_id = GenerateVolumeId(volume_info); in CreateDownloadsVolumeInfo() 170 volume_info.volume_id = GenerateVolumeId(volume_info); in CreateTestingVolumeInfo() 195 volume_info.volume_id = GenerateVolumeId(volume_info); in CreateVolumeInfoFromMountPointInfo() 208 volume_info.volume_id = GenerateVolumeId(volume_info); in CreatePrivetVolumeInfo() 224 volume_info.volume_id = GenerateVolumeId(volume_info); in CreateProvidedFileSystemVolumeInfo() 446 bool VolumeManager::FindVolumeInfoById(const std::string& volume_id, in FindVolumeInfoById() argument 452 mounted_volumes_.find(volume_id); in FindVolumeInfoById() 752 volume_info.volume_id = kMtpVolumeIdPrefix + label; in OnRemovableStorageAttached() 819 mounted_volumes_[volume_info.volume_id] = volume_info; in DoMountEvent() [all …]
|
D | volume_manager.h | 66 std::string volume_id; member 153 bool FindVolumeInfoById(const std::string& volume_id,
|
D | volume_manager_unittest.cc | 750 EXPECT_EQ("downloads:Downloads", info_list[0].volume_id); in TEST_F() 761 EXPECT_EQ("downloads:Downloads", volume_info.volume_id); in TEST_F()
|
/external/chromium_org/components/storage_monitor/ |
D | media_transfer_protocol_device_observer_linux.cc | 83 const std::string& volume_id = storage_info.volume_identifier(); in GetDeviceLabelFromStorageInfo() local 84 if (!volume_id.empty()) { in GetDeviceLabelFromStorageInfo() 85 device_label += GetFormattedIdString(volume_id); in GetDeviceLabelFromStorageInfo()
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
D | private_api_mount.cc | 152 params->volume_id.c_str()); in RunAsync() 162 if (!volume_manager->FindVolumeInfoById(params->volume_id, &volume_info)) in RunAsync()
|
D | private_api_util.cc | 165 volume_metadata->volume_id = volume_info.volume_id; in VolumeInfoToVolumeMetadata()
|
D | private_api_file_system.cc | 280 if (!volume_manager->FindVolumeInfoById(params->volume_id, &volume_info)) { in RunAsync() 415 if (!volume_manager->FindVolumeInfoById(params->volume_id, &volume_info)) in RunAsync() 529 if (!volume_manager->FindVolumeInfoById(params->volume_id, &volume_info)) in RunAsync()
|
/external/e2fsprogs/lib/blkid/ |
D | probe.h | 396 unsigned char volume_id[32]; member
|
D | probe.c | 981 label = iso->volume_id; in probe_iso9660()
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 50972 http://www.jamestown.org/publications_details.php?volume_id=17&issue_id=637&article_id=4584 50973 http://www.jamestown.org/publications_details.php?volume_id=25&&issue_id=2252 50974 http://www.jamestown.org/publications_details.php?volume_id=25&issue_id=2237&article_id=19311 50975 http://www.jamestown.org/publications_details.php?volume_id=395&issue_id=2931&article_id=23659
|