Searched refs:device_path_ (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/chrome/utility/image_writer/
H A Dimage_writer_unittest.cc34 base::CreateTemporaryFileInDir(temp_dir_.path(), &device_path_));
49 base::FilePath device_path_; member in class:image_writer::__anon6014::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...]
H A Dimage_writer_stub.cc24 device_path_,
H A Dimage_writer_mac.cc33 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());
H A Dimage_writer.h37 // 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
H A Dimage_writer.cc27 device_path_(device_path),
69 const base::FilePath& ImageWriter::GetDevicePath() { return device_path_; }
H A Dimage_writer_win.cc18 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/
H A Doperation_nonchromeos.cc43 device_path_));
72 device_path_));
H A Doperation_chromeos.cc59 device_path_.value(),
76 disks.find(device_path_.value());
H A Doperation.h144 base::FilePath device_path_; member in class:extensions::image_writer::Operation
169 // Unmounts all volumes on |device_path_|.
H A Doperation.cc39 device_path_(base::FilePath::FromUTF8Unsafe(device_path)),
41 device_path_(device_path),
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dchoose_mobile_network_ui.cc111 std::string device_path_; member in class:chromeos::__anon5409::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/device/bluetooth/
H A Dbluetooth_socket_chromeos.cc108 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...]
H A Dbluetooth_socket_chromeos.h167 dbus::ObjectPath device_path_; member in class:chromeos::BluetoothSocketChromeOS
/external/chromium_org/chromeos/network/
H A Dnetwork_state.h55 const std::string& device_path() const { return device_path_; }
142 std::string device_path_; member in class:chromeos::NetworkState
H A Dnetwork_state.cc115 return GetStringValue(key, value, &device_path_);
/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_wrapper.h142 const char* device_path_; member in class:ui::DriWrapper
H A Ddri_wrapper.cc65 : 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/
H A Dcros_disks_client.h110 const std::string& device_path() const { return device_path_; }
170 std::string device_path_; member in class:chromeos::DiskInfo
H A Dcros_disks_client.cc645 : device_path_(device_path),
/external/chromium_org/chromeos/disks/
H A Ddisk_mount_manager.h78 const std::string& device_path() const { return device_path_; }
151 std::string device_path_; member in class:chromeos::disks::DiskMountManager::Disk
H A Ddisk_mount_manager.cc659 : device_path_(device_path),
/external/chromium_org/chrome/browser/media_galleries/linux/
H A Dmtp_device_delegate_impl_linux.h256 const base::FilePath device_path_; member in class:MTPDeviceDelegateImplLinux
H A Dmtp_device_delegate_impl_linux.cc316 device_path_(device_location),
323 DCHECK(!device_path_.empty());
770 base::FilePath dir_path = device_path_;
882 std::string device_relpath = GetDeviceRelativePath(device_path_, path);
884 uncached_path = device_path_;
928 std::string device_relpath = GetDeviceRelativePath(device_path_, path);
/external/chromium_org/chrome/browser/chromeos/mobile/
H A Dmobile_activator.cc201 device_path_.clear();
226 if (network->device_path() != device_path_) {
230 << " (Stored device path = " << device_path_ << ")";
269 device_path_ = network->device_path();
H A Dmobile_activator.h292 std::string device_path_; member in class:chromeos::MobileActivator

Completed in 321 milliseconds