Searched refs:volume_id (Results 1 - 15 of 15) 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
H A Dmachine_id.h28 int volume_id,
/external/chromium_org/chrome/browser/local_discovery/storage/
H A Dprivet_volume_lister.cc92 volume_info.volume_id = name;
100 std::string volume_id = EscapeSlashes(volume_info.volume_id); local
104 mount_root.AppendASCII(volume_id).AppendASCII(volume_label);
H A Dprivet_volume_lister.h32 std::string volume_id; member in struct:local_discovery::PrivetVolumeLister::VolumeInfo
/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/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/chromium_org/chrome/browser/chromeos/file_manager/
H A Dvolume_manager.h66 std::string volume_id; member in struct:file_manager::VolumeInfo
153 bool FindVolumeInfoById(const std::string& volume_id,
H A Dvolume_manager.cc142 volume_info.volume_id = GenerateVolumeId(volume_info);
155 volume_info.volume_id = GenerateVolumeId(volume_info);
170 volume_info.volume_id = GenerateVolumeId(volume_info);
195 volume_info.volume_id = GenerateVolumeId(volume_info);
208 volume_info.volume_id = GenerateVolumeId(volume_info);
224 volume_info.volume_id = GenerateVolumeId(volume_info);
446 bool VolumeManager::FindVolumeInfoById(const std::string& volume_id, argument
452 mounted_volumes_.find(volume_id);
752 volume_info.volume_id = kMtpVolumeIdPrefix + label;
819 mounted_volumes_[volume_info.volume_id]
[all...]
H A Dvolume_manager_unittest.cc750 EXPECT_EQ("downloads:Downloads", info_list[0].volume_id);
761 EXPECT_EQ("downloads:Downloads", volume_info.volume_id);
/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/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_mount.cc149 "%s[%d] called. (volume_id: '%s')",
152 params->volume_id.c_str());
162 if (!volume_manager->FindVolumeInfoById(params->volume_id, &volume_info))
H A Dprivate_api_util.cc165 volume_metadata->volume_id = volume_info.volume_id;
H A Dprivate_api_file_system.cc280 if (!volume_manager->FindVolumeInfoById(params->volume_id, &volume_info)) {
415 if (!volume_manager->FindVolumeInfoById(params->volume_id, &volume_info))
529 if (!volume_manager->FindVolumeInfoById(params->volume_id, &volume_info))
/external/e2fsprogs/lib/blkid/
H A Dprobe.h396 unsigned char volume_id[32]; member in struct:iso_volume_descriptor
H A Dprobe.c511 * Sievers's volume_id library */
636 * by http://vrfy.org/projects/volume_id/ and Linux kernel.
981 label = iso->volume_id;

Completed in 1648 milliseconds