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

  /external/chromium_org/chrome/utility/image_writer/
image_writer_unittest.cc 34 base::CreateTemporaryFileInDir(temp_dir_.path(), &device_path_));
49 base::FilePath device_path_; member in class:image_writer::__anon10639::ImageWriterUtilityTest
87 ImageWriter image_writer(&mock_handler, image_path_, device_path_);
90 EXPECT_EQ(device_path_, image_writer.GetDevicePath());
95 ImageWriter image_writer(&mock_handler, image_path_, device_path_);
110 ImageWriter image_writer(&mock_handler, image_path_, device_path_);
123 ImageWriter image_writer(&mock_handler, image_path_, device_path_);
129 ASSERT_TRUE(base::DeleteFile(device_path_, false));
136 ImageWriter image_writer(&mock_handler, image_path_, device_path_);
145 FillDefault(device_path_);
    [all...]
image_writer_stub.cc 24 device_path_,
image_writer_mac.cc 33 base::SysUTF8ToCFStringRef(device_path_.value()));
70 device_path_.value(),
97 if (device_path_.IsAbsolute()) {
100 real_device_path = device_path_;
106 base::FilePath("/dev").Append("r" + device_path_.BaseName().value());
image_writer.h 37 // Starts a write from |image_path_| to |device_path_|.
39 // Starts verifying that |image_path_| and |device_path_| have the same size
74 base::FilePath device_path_; member in class:image_writer::ImageWriter
image_writer.cc 27 device_path_(device_path),
69 const base::FilePath& ImageWriter::GetDevicePath() { return device_path_; }
image_writer_win.cc 18 CreateFile(device_path_.value().c_str(),
63 base::File(CreateFile(device_path_.value().c_str(),
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation_nonchromeos.cc 43 device_path_));
72 device_path_));
operation_chromeos.cc 59 device_path_.value(),
76 disks.find(device_path_.value());
operation.h 144 base::FilePath device_path_; member in class:extensions::image_writer::Operation
169 // Unmounts all volumes on |device_path_|.
operation.cc 39 device_path_(base::FilePath::FromUTF8Unsafe(device_path)),
41 device_path_(device_path),
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.cc 111 std::string device_path_; member in class:chromeos::__anon10034::ChooseMobileNetworkHandler
134 device_path_ = cellular->path();
136 device_path_,
162 device_path_);
165 LOG(WARNING) << "Cellular device with path '" << device_path_
215 device_path_,
232 device_path_,
  /external/chromium_org/chromeos/network/
network_state.h 55 const std::string& device_path() const { return device_path_; }
142 std::string device_path_; member in class:chromeos::NetworkState
network_state.cc 115 return GetStringValue(key, value, &device_path_);
  /external/chromium_org/device/bluetooth/
bluetooth_socket_chromeos.cc 108 device_path_ = device->object_path();
172 if (!device_path_.value().empty()) {
185 if (!device_path_.value().empty()) {
198 if (!device_path_.value().empty()) {
273 if (!device_path_.value().empty()) {
275 << device_path_.value();
279 device_path_,
379 if (!device_path_.value().empty()) {
380 DCHECK(device_path_ == device_path);
387 device_path_,
    [all...]
bluetooth_socket_chromeos.h 167 dbus::ObjectPath device_path_; member in class:chromeos::BluetoothSocketChromeOS
  /external/chromium_org/ui/ozone/platform/dri/
dri_wrapper.h 142 const char* device_path_; member in class:ui::DriWrapper
dri_wrapper.cc 65 : fd_(-1), device_path_(device_path) {
74 fd_ = open(device_path_, O_RDWR | O_CLOEXEC);
76 PLOG(FATAL) << "open: " << device_path_;
  /external/chromium_org/chromeos/dbus/
cros_disks_client.h 110 const std::string& device_path() const { return device_path_; }
170 std::string device_path_; member in class:chromeos::DiskInfo
cros_disks_client.cc 645 : device_path_(device_path),
  /external/chromium_org/chromeos/disks/
disk_mount_manager.h 78 const std::string& device_path() const { return device_path_; }
151 std::string device_path_; member in class:chromeos::disks::DiskMountManager::Disk
disk_mount_manager.cc 659 : device_path_(device_path),
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.h 292 std::string device_path_; member in class:chromeos::MobileActivator
mobile_activator.cc 201 device_path_.clear();
226 if (network->device_path() != device_path_) {
230 << " (Stored device path = " << device_path_ << ")";
269 device_path_ = network->device_path();
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_delegate_impl_linux.h 256 const base::FilePath device_path_; member in class:MTPDeviceDelegateImplLinux
mtp_device_delegate_impl_linux.cc 316 device_path_(device_location),
323 DCHECK(!device_path_.empty());
770 base::FilePath dir_path = device_path_;
    [all...]

Completed in 2833 milliseconds