Home
last modified time | relevance | path

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

/external/chromium_org/chrome/utility/image_writer/
Dimage_writer_unittest.cc34 base::CreateTemporaryFileInDir(temp_dir_.path(), &device_path_)); in SetUp()
49 base::FilePath device_path_; member in image_writer::__anon9c17d2120111::ImageWriterUtilityTest
87 ImageWriter image_writer(&mock_handler, image_path_, device_path_); in TEST_F()
90 EXPECT_EQ(device_path_, image_writer.GetDevicePath()); in TEST_F()
95 ImageWriter image_writer(&mock_handler, image_path_, device_path_); in TEST_F()
110 ImageWriter image_writer(&mock_handler, image_path_, device_path_); in TEST_F()
123 ImageWriter image_writer(&mock_handler, image_path_, device_path_); in TEST_F()
129 ASSERT_TRUE(base::DeleteFile(device_path_, false)); in TEST_F()
136 ImageWriter image_writer(&mock_handler, image_path_, device_path_); in TEST_F()
145 FillDefault(device_path_); in TEST_F()
[all …]
Dimage_writer_mac.cc33 base::SysUTF8ToCFStringRef(device_path_.value())); in IsValidDevice()
70 device_path_.value(), in UnmountVolumes()
97 if (device_path_.IsAbsolute()) { in OpenDevice()
100 real_device_path = device_path_; in OpenDevice()
106 base::FilePath("/dev").Append("r" + device_path_.BaseName().value()); in OpenDevice()
Dimage_writer_win.cc18 CreateFile(device_path_.value().c_str(), in IsValidDevice()
63 base::File(CreateFile(device_path_.value().c_str(), in OpenDevice()
Dimage_writer.cc27 device_path_(device_path), in ImageWriter()
69 const base::FilePath& ImageWriter::GetDevicePath() { return device_path_; } in GetDevicePath()
Dimage_writer_stub.cc24 device_path_, in OpenDevice()
Dimage_writer.h74 base::FilePath device_path_; variable
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Dchoose_mobile_network_ui.cc111 std::string device_path_; member in chromeos::__anona40e0e5b0111::ChooseMobileNetworkHandler
134 device_path_ = cellular->path(); in ChooseMobileNetworkHandler()
136 device_path_, in ChooseMobileNetworkHandler()
162 device_path_); in DeviceListChanged()
165 LOG(WARNING) << "Cellular device with path '" << device_path_ in DeviceListChanged()
215 device_path_, in HandleCancel()
232 device_path_, in HandleConnect()
/external/chromium_org/device/bluetooth/
Dbluetooth_socket_chromeos.cc108 device_path_ = device->object_path(); in Connect()
172 if (!device_path_.value().empty()) { in Close()
185 if (!device_path_.value().empty()) { in Disconnect()
198 if (!device_path_.value().empty()) { in Accept()
273 if (!device_path_.value().empty()) { in OnRegisterProfile()
275 << device_path_.value(); in OnRegisterProfile()
279 device_path_, in OnRegisterProfile()
379 if (!device_path_.value().empty()) { in NewConnection()
380 DCHECK(device_path_ == device_path); in NewConnection()
387 device_path_, in NewConnection()
[all …]
Dbluetooth_socket_chromeos.h167 dbus::ObjectPath device_path_; variable
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
Doperation_nonchromeos.cc43 device_path_)); in Write()
72 device_path_)); in VerifyWrite()
Doperation_chromeos.cc59 device_path_.value(), in UnmountVolumes()
76 disks.find(device_path_.value()); in UnmountVolumesCallback()
Doperation.cc39 device_path_(base::FilePath::FromUTF8Unsafe(device_path)), in Operation()
41 device_path_(device_path), in Operation()
Doperation.h144 base::FilePath device_path_; variable
/external/chromium_org/chromeos/network/
Dnetwork_state.h55 const std::string& device_path() const { return device_path_; } in device_path()
142 std::string device_path_; variable
Dnetwork_state.cc115 return GetStringValue(key, value, &device_path_); in PropertyChanged()
/external/chromium_org/ui/ozone/platform/dri/
Ddri_wrapper.cc65 : fd_(-1), device_path_(device_path) { in DriWrapper()
74 fd_ = open(device_path_, O_RDWR | O_CLOEXEC); in Initialize()
76 PLOG(FATAL) << "open: " << device_path_; in Initialize()
Ddri_wrapper.h142 const char* device_path_;
/external/chromium_org/chromeos/disks/
Ddisk_mount_manager.h78 const std::string& device_path() const { return device_path_; } in device_path()
151 std::string device_path_;
Ddisk_mount_manager.cc659 : device_path_(device_path), in Disk()
/external/chromium_org/chromeos/dbus/
Dcros_disks_client.h110 const std::string& device_path() const { return device_path_; } in device_path()
170 std::string device_path_; variable
Dcros_disks_client.cc645 : device_path_(device_path), in DiskInfo()
/external/chromium_org/chrome/browser/media_galleries/linux/
Dmtp_device_delegate_impl_linux.cc316 device_path_(device_location), in MTPDeviceDelegateImplLinux()
323 DCHECK(!device_path_.empty()); in MTPDeviceDelegateImplLinux()
770 base::FilePath dir_path = device_path_; in OnDidReadDirectory()
882 std::string device_relpath = GetDeviceRelativePath(device_path_, path); in NextUncachedPathComponent()
884 uncached_path = device_path_; in NextUncachedPathComponent()
928 std::string device_relpath = GetDeviceRelativePath(device_path_, path); in CachedPathToId()
Dmtp_device_delegate_impl_linux.h256 const base::FilePath device_path_; variable
/external/chromium_org/chrome/browser/chromeos/mobile/
Dmobile_activator.cc201 device_path_.clear(); in TerminateActivation()
226 if (network->device_path() != device_path_) { in NetworkPropertiesUpdated()
230 << " (Stored device path = " << device_path_ << ")"; in NetworkPropertiesUpdated()
269 device_path_ = network->device_path(); in InitiateActivation()
Dmobile_activator.h292 std::string device_path_;