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

  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
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 22 expected1->storage_unit_id = "/test/id/1";
28 expected2->storage_unit_id = "/test/id/2";
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,
destroy_partitions_operation.h 22 const std::string& 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_unittest.cc 90 if ((*iter)->storage_unit_id == file_path) {
106 EXPECT_EQ(device_path, device->storage_unit_id);
removable_storage_provider_chromeos.cc 34 device->storage_unit_id = disk.device_path();
removable_storage_provider_mac.cc 86 device->storage_unit_id = bsd_name;
write_from_url_operation.h 30 const std::string& storage_unit_id);
write_from_url_operation_unittest.cc 36 const std::string& storage_unit_id)
42 storage_unit_id) {}
removable_storage_provider_win.cc 134 device->storage_unit_id = base::UTF16ToUTF8(device_path_16);

Completed in 467 milliseconds