/system/core/fastboot/ |
usb.h | 56 char device_path[256]; member in struct:usb_ifc_info
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
mounted_disk_monitor_unittest.cc | 18 // Creates a fake disk with |device_path| and |fs_uuid|. 20 const std::string& device_path, 24 device_path, "", "", "", "", "", "", "", "", "", fs_uuid, "",
|
volume_manager.cc | 515 if (disk->device_path().empty()) { 516 DVLOG(1) << "Empty system path for " << disk->device_path(); 529 disk->device_path(), std::string(), std::string(), 559 const std::string& device_path) { 561 DVLOG(1) << "OnDeviceEvent: " << event << ", " << device_path; local 566 OnDeviceAdded(device_path)); 570 mounted_disk_monitor_->DeviceIsHardUnplugged(device_path); 573 OnDeviceRemoved(device_path, hard_unplugged)); 574 mounted_disk_monitor_->ClearHardUnpluggedFlag(device_path); 578 DVLOG(1) << "Ignore SCANNED event: " << device_path; 635 << ", " << device_path; local [all...] |
fake_disk_mount_manager.h | 68 const std::string& device_path,
|
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
test_utils.cc | 63 const std::string& device_path, 177 const base::FilePath& device_path) { 188 ReadFile(device_path, device_buffer.get(), kTestFileSize);
|
test_utils.h | 66 const std::string& device_path, 134 // device_path. This is different from base::ContentsEqual because the device 137 const base::FilePath& device_path);
|
operation.cc | 29 const std::string& device_path) 33 device_path_(base::FilePath::FromUTF8Unsafe(device_path)), 35 device_path_(device_path),
|
/external/chromium_org/chromeos/dbus/ |
fake_bluetooth_gatt_service_client.cc | 93 const dbus::ObjectPath& device_path) { 101 device_path.value() + "/" + kHeartRateServicePathComponent; 107 heart_rate_service_properties_->device.ReplaceValue(device_path);
|
fake_shill_manager_client.h | 83 virtual void AddDevice(const std::string& device_path) OVERRIDE; 84 virtual void RemoveDevice(const std::string& device_path) OVERRIDE; 123 void ScanCompleted(const std::string& device_path,
|
fake_bluetooth_adapter_client.cc | 192 const dbus::ObjectPath& device_path, 201 << " " << device_path.value(); 207 device_client->RemoveDevice(dbus::ObjectPath(kAdapterPath), device_path); local
|
fake_shill_manager_client.cc | 174 std::string device_path = device_client->GetDevicePathForType(device_type); local 175 if (!device_path.empty()) { 177 device_path, shill::kScanningProperty, base::FundamentalValue(true)); 183 device_path, 362 void FakeShillManagerClient::AddDevice(const std::string& device_path) { 364 base::Value::CreateStringValue(device_path))) { 369 void FakeShillManagerClient::RemoveDevice(const std::string& device_path) { 370 base::StringValue device_path_value(device_path); [all...] |
fake_nfc_adapter_client.h | 68 void SetDevice(const dbus::ObjectPath& device_path); 75 void UnsetDevice(const dbus::ObjectPath& device_path);
|
nfc_record_client.h | 115 // identified by the D-Bus object path |device_path|. 117 const dbus::ObjectPath& device_path) = 0;
|
/external/chromium_org/content/browser/geolocation/ |
wifi_data_provider_linux.cc | 136 const dbus::ObjectPath& device_path = device_paths[i]; local 137 VLOG(1) << "Checking device: " << device_path.value(); 141 device_path); 153 << device_path.value(); 166 if (GetAccessPointsForAdapter(device_path, data))
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
event_router.cc | 800 const std::string& device_path) { 803 event.device_path = device_path; 827 void EventRouter::OnDeviceAdded(const std::string& device_path) { 835 device_path); 841 device_path); 844 void EventRouter::OnDeviceRemoved(const std::string& device_path, 850 device_path); 854 device_path); [all...] |
/external/chromium_org/components/storage_monitor/ |
storage_monitor_linux.cc | 97 // Returns the storage partition size of the device specified by |device_path|. 99 uint64 GetDeviceStorageSize(const base::FilePath& device_path, 119 scoped_ptr<StorageInfo> GetDeviceInfo(const base::FilePath& device_path, 122 DCHECK(!device_path.empty()); 133 if (stat(device_path.value().c_str(), &device_stat) < 0) 191 GetDeviceStorageSize(device_path, device.get())));
|
media_storage_util.cc | 153 base::FilePath device_path(info.location()); 154 if (path != device_path) { 155 bool success = device_path.AppendRelativePath(path, &sub_folder_path);
|
storage_monitor_linux.h | 48 // Gets device information given a |device_path| and |mount_point|. 50 const base::FilePath& device_path,
|
storage_monitor_win.cc | 174 bool StorageMonitorWin::GetDeviceInfo(const base::FilePath& device_path, 181 return volume_mount_watcher_->GetDeviceInfo(device_path, info);
|
/external/chromium_org/chrome/utility/image_writer/ |
image_writer.h | 34 const base::FilePath& device_path);
|
image_writer.cc | 25 const base::FilePath& device_path) 27 device_path_(device_path),
|
/external/chromium_org/third_party/v4l2capture/ |
v4l2capture.c | 125 const char *device_path; local 127 if(!PyArg_ParseTuple(args, "s", &device_path)) 132 int fd = v4l2_open(device_path, O_RDWR | O_NONBLOCK); 136 PyErr_SetFromErrnoWithFilename(PyExc_IOError, (char *)device_path);
|
/external/chromium_org/chromeos/network/ |
network_state_handler.cc | 140 const std::string& device_path) const { 141 const DeviceState* device = GetModifiableDeviceState(device_path); 245 device = GetDeviceState(network->device_path()); 398 const DeviceState* device = GetDeviceState(network->device_path()); 403 network->device_path().c_str(), 600 void NetworkStateHandler::UpdateDeviceProperty(const std::string& device_path, 603 DeviceState* device = GetModifiableDeviceState(device_path); 629 ethernet_service->device_path() != device->path()) { 657 if (default_network && default_network->device_path() == path) 822 const std::string& device_path) const [all...] |
/external/chromium_org/chrome/browser/chromeos/imageburner/ |
burn_controller.cc | 156 int64 GetDeviceSize(const std::string& device_path) { 160 disk_mount_manager->FindDiskBySourcePath(device_path);
|
/external/chromium_org/build/android/pylib/device/ |
device_utils.py | 219 device_path = self.old_interface.GetApplicationPath(package_name) 220 if device_path is not None: 222 apk_path, device_path, ignore_filenames=True)
|