HomeSort by relevance Sort by last modified time
    Searched refs:storage_unit_id (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
destroy_partitions_operation.h 22 const std::string& storage_unit_id);
write_from_file_operation.h 19 const std::string& storage_unit_id);
destroy_partitions_operation.cc 21 const std::string& storage_unit_id)
22 : Operation(manager, extension_id, storage_unit_id) {}
image_writer_private_apitest.cc 40 expected1->storage_unit_id = test_utils_.GetDevicePath().AsUTF8Unsafe();
42 expected1->storage_unit_id = test_utils_.GetDevicePath().value();
51 expected2->storage_unit_id = test_utils_.GetDevicePath().AsUTF8Unsafe();
53 expected2->storage_unit_id = test_utils_.GetDevicePath().value();
image_writer_private_api.cc 44 params->storage_unit_id,
71 std::string storage_unit_id; local
73 EXTENSION_FUNCTION_VALIDATE(args_->GetString(0, &storage_unit_id));
90 storage_unit_id, local
144 params->storage_unit_id,
removable_storage_provider_linux.cc 97 device->storage_unit_id = udev_device_get_devnode(dev);
99 * get_device_blk_size(device->storage_unit_id);
removable_storage_provider_chromeos.cc 34 device->storage_unit_id = disk.device_path();
write_from_url_operation.h 30 const std::string& storage_unit_id);
removable_storage_provider_chromeos_unittest.cc 92 if ((*iter)->storage_unit_id == file_path) {
108 EXPECT_EQ(device_path, device->storage_unit_id);
removable_storage_provider_mac.cc 95 device->storage_unit_id = bsd_name;
write_from_url_operation_unittest.cc 38 const std::string& storage_unit_id)
44 storage_unit_id) {}
removable_storage_provider_win.cc 154 device->storage_unit_id = drive_id;

Completed in 166 milliseconds