HomeSort by relevance Sort by last modified time
    Searched refs:device_path (Results 26 - 50 of 70) sorted by null

12 3

  /external/skia/infra/bots/recipe_modules/flavor/
api.py 102 def copy_file_to_device(self, host_path, device_path):
103 return self._f.copy_file_to_device(host_path, device_path)
141 host_path, device_path, test_expected_version,
155 self.create_clean_device_dir(device_path)
157 host_path, device_path)
  /external/skqp/infra/bots/recipe_modules/flavor/
api.py 102 def copy_file_to_device(self, host_path, device_path):
103 return self._f.copy_file_to_device(host_path, device_path)
141 host_path, device_path, test_expected_version,
155 self.create_clean_device_dir(device_path)
157 host_path, device_path)
  /external/autotest/client/cros/
network.py 76 device_path = service_properties['Device']
77 device = conn_mgr.GetObjectInterface('Device', device_path)
dhcpv6_test_base.py 61 device_path = shill_proxy.ShillProxy.dbus2primitive(device.object_path)
62 return self.shill_proxy.find_object('Service', {'Device': device_path})
dhcp_test_base.py 97 device_path = shill_proxy.ShillProxy.dbus2primitive(device.object_path)
98 return self.shill_proxy.find_object('Service', {'Device': device_path})
  /external/vboot_reference/cgpt/
cgpt_wrapper.c 41 // Check if |device_path| is an MTD device based on its major number being 90.
42 static bool is_mtd(const char *device_path) {
44 if (lstat(device_path, &stat) != 0) {
  /system/update_engine/
boot_control_chromeos.cc 257 base::FilePath device_path(device);
258 if (device_path.DirName().value() != "/dev") {
261 return base::FilePath("/sys/block").Append(device_path.BaseName()).value();
  /external/autotest/client/cros/bluetooth/
bluetooth_device_xmlrpc_server.py 60 def RequestPinCode(self, device_path):
65 @param device_path: The object path of the device.
70 logging.info('RequestPinCode for %s; return %s', device_path, self._pin)
913 def _set_trusted_by_path(self, device_path, trusted=True):
916 @param device_path: the object path of the device.
924 device_path)
    [all...]
  /system/core/toolbox/
getevent.c 531 const char *device_path = "/dev/input"; local
625 res = inotify_add_watch(ufds[0].fd, device_path, IN_DELETE | IN_CREATE);
627 fprintf(stderr, "could not add watch for %s, %s\n", device_path, strerror(errno));
630 res = scan_dir(device_path, print_flags);
632 fprintf(stderr, "scan dir failed for %s\n", device_path);
658 read_notify(device_path, ufds[0].fd, print_flags);
  /external/webrtc/talk/media/devices/
linuxdevicemanager.cc 268 std::string device_path = "/dev/" + filename; local
270 if (V4LLookup::IsV4L2Device(device_path)) {
272 Device(GetVideoDeviceName(meta, filename), device_path));
  /system/update_engine/payload_consumer/
postinstall_runner_action_unittest.cc 95 // partition |device_path|, running the |postinstall_program| command from
97 void RunPosinstallAction(const string& device_path,
166 const string& device_path,
174 part.target_path = device_path;
  /external/autotest/client/site_tests/security_DeviceJail_Detach/
security_DeviceJail_Detach.py 48 return { child.device_path : child.driver for child in device.children
  /external/autotest/client/site_tests/network_VPNConnect/
network_VPNConnect.py 60 device_path = shill_proxy.ShillProxy.dbus2primitive(device.object_path)
61 return self._shill_proxy.find_object('Service', {'Device': device_path})
  /external/chromium-trace/catapult/devil/devil/utils/
mock_calls_test.py 27 def Push(self, host_path, device_path):
28 logging.debug('(device %s) pushing %r to %r', self, host_path, device_path)
  /external/libmojo/third_party/catapult/devil/devil/utils/
mock_calls_test.py 27 def Push(self, host_path, device_path):
28 logging.debug('(device %s) pushing %r to %r', self, host_path, device_path)
  /bionic/libc/kernel/uapi/linux/
edd.h 145 } device_path; member in struct:edd_device_params
  /external/kernel-headers/original/uapi/linux/
edd.h 168 } device_path; member in struct:edd_device_params
  /external/syslinux/com32/gplinclude/disk/
geom.h 181 } device_path; member in struct:edd_device_parameters
  /hardware/libhardware/modules/camera/3_4/
v4l2_wrapper.cpp 55 V4L2Wrapper* V4L2Wrapper::NewV4L2Wrapper(const std::string device_path) {
56 return new V4L2Wrapper(device_path);
59 V4L2Wrapper::V4L2Wrapper(const std::string device_path)
60 : device_path_(std::move(device_path)), connection_count_(0) {}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
edd.h 167 } device_path; member in struct:edd_device_params
  /external/autotest/client/site_tests/camera_V4L2/src/
camera_characteristics.cc 56 "", // device_path
151 tmp_device_infos[camera_id].device_path = device->second;
181 if (tmp_device_infos[id].device_path.empty()) {
  /external/autotest/client/cros/networking/
shill_proxy.py 594 device_path = properties.get(self.SERVICE_PROPERTY_DEVICE, None)
595 if device_path == device.object_path:
  /system/core/fastboot/
usb_linux.cpp 172 snprintf(info.device_path, sizeof(info.device_path), "usb:%s", sysfs_name);
usb_osx.cpp 336 snprintf(handle->info.device_path, sizeof(handle->info.device_path),
  /tools/test/connectivity/acts/framework/acts/test_utils/coex/
bluez_test_utils.py 186 device_path = "org/bluez/hci0/" + addr
191 if device_path in path:

Completed in 1937 milliseconds

12 3