Searched defs:volume_id (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/rlz/lib/
H A Dmachine_id.cc26 int volume_id; local
27 if (!GetRawMachineId(&sid_string, &volume_id))
30 if (!testing::GetMachineIdImpl(sid_string, volume_id, machine_id))
41 int volume_id,
69 (volume_id >> shift_bits) & 0xFF);
73 if (!sid_string.empty() || (0 != volume_id))
40 GetMachineIdImpl(const base::string16& sid_string, int volume_id, std::string* machine_id) argument
/external/chromium_org/rlz/win/lib/
H A Dmachine_id_win.cc106 bool GetRawMachineId(base::string16* sid_string, int* volume_id) { argument
121 *volume_id = 0;
122 if (!GetSystemVolumeSerialNumber(volume_id)) {
124 *volume_id = 0;
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dvolume_manager.h65 std::string volume_id; member in struct:file_manager::VolumeInfo
152 bool FindVolumeInfoById(const std::string& volume_id,
H A Dvolume_manager.cc135 volume_info.volume_id = GenerateVolumeId(volume_info);
148 volume_info.volume_id = GenerateVolumeId(volume_info);
163 volume_info.volume_id = GenerateVolumeId(volume_info);
188 volume_info.volume_id = GenerateVolumeId(volume_info);
205 volume_info.volume_id = GenerateVolumeId(volume_info);
366 bool VolumeManager::FindVolumeInfoById(const std::string& volume_id, argument
372 mounted_volumes_.find(volume_id);
657 volume_info.volume_id = kMtpVolumeIdPrefix + label;
775 mounted_volumes_[volume_info.volume_id] = volume_info;
790 if (mounted_volumes_.find(volume_info.volume_id)
[all...]
/external/chromium_org/components/storage_monitor/
H A Dmedia_transfer_protocol_device_observer_linux.cc83 const std::string& volume_id = storage_info.volume_identifier(); local
84 if (!volume_id.empty()) {
85 device_label += GetFormattedIdString(volume_id);
/external/kernel-headers/original/uapi/linux/
H A Diso_fs.h34 char volume_id [ISODCL ( 41, 72)]; /* dchars */ member in struct:iso_primary_descriptor
71 char volume_id [ISODCL ( 41, 72)]; /* dchars */ member in struct:iso_supplementary_descriptor
120 char volume_id [ISODCL ( 49, 80)]; /* dchars */ member in struct:hs_primary_descriptor
/external/e2fsprogs/lib/blkid/
H A Dprobe.h396 unsigned char volume_id[32]; member in struct:iso_volume_descriptor

Completed in 444 milliseconds