Home
last modified time | relevance | path

Searched defs:device_path (Results 1 – 24 of 24) sorted by relevance

/external/skqp/infra/bots/recipe_modules/flavor/
Dgn_chromebook_flavor.py176 def _prefix_device_path(self, device_path): argument
179 def copy_file_to_device(self, host_path, device_path): argument
203 def copy_directory_contents_to_device(self, host_path, device_path): argument
206 def copy_directory_contents_to_host(self, device_path, host_path): argument
Dapi.py102 def copy_file_to_device(self, host_path, device_path): argument
141 host_path, device_path, test_expected_version, argument
Ddefault_flavor.py126 def copy_file_to_device(self, host_path, device_path): argument
/external/skia/infra/bots/recipe_modules/flavor/
Dgn_chromebook_flavor.py176 def _prefix_device_path(self, device_path): argument
179 def copy_file_to_device(self, host_path, device_path): argument
203 def copy_directory_contents_to_device(self, host_path, device_path): argument
206 def copy_directory_contents_to_host(self, device_path, host_path): argument
Dapi.py102 def copy_file_to_device(self, host_path, device_path): argument
141 host_path, device_path, test_expected_version, argument
Ddefault_flavor.py126 def copy_file_to_device(self, host_path, device_path): argument
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py1414 def _GetChangedAndStaleFiles(self, host_path, device_path, track_stale=False): argument
1627 def FileExists(self, device_path, timeout=None, retries=None): argument
1669 def RemovePath(self, device_path, force=False, recursive=False, argument
1708 def PullFile(self, device_path, host_path, timeout=None, retries=None): argument
1729 def _ReadFileWithPull(self, device_path): argument
1741 def ReadFile(self, device_path, as_root=False, force_pull=False, argument
1783 def _WriteFileWithPush(self, device_path, contents): argument
1790 def WriteFile(self, device_path, contents, as_root=False, force_push=False, argument
1831 def _ParseLongLsOutput(self, device_path, as_root=False, **kwargs): argument
1858 def ListDirectory(self, device_path, as_root=False, **kwargs): argument
[all …]
/external/libmojo/third_party/catapult/devil/devil/android/
Ddevice_utils.py1209 def _GetChangedAndStaleFiles(self, host_path, device_path, track_stale=False): argument
1429 def FileExists(self, device_path, timeout=None, retries=None): argument
1468 def PullFile(self, device_path, host_path, timeout=None, retries=None): argument
1489 def _ReadFileWithPull(self, device_path): argument
1501 def ReadFile(self, device_path, as_root=False, force_pull=False, argument
1543 def _WriteFileWithPush(self, device_path, contents): argument
1550 def WriteFile(self, device_path, contents, as_root=False, force_push=False, argument
1591 def _ParseLongLsOutput(self, device_path, as_root=False, **kwargs): argument
1611 def ListDirectory(self, device_path, as_root=False, **kwargs): argument
1638 def StatDirectory(self, device_path, as_root=False, **kwargs): argument
[all …]
/external/webrtc/talk/media/devices/
Dv4llookup.h46 static bool IsV4L2Device(const std::string& device_path) { in IsV4L2Device()
Dv4llookup.cc53 bool V4LLookup::CheckIsV4L2Device(const std::string& device_path) { in CheckIsV4L2Device()
Dlinuxdevicemanager.cc268 std::string device_path = "/dev/" + filename; in ScanV4L2Devices() local
/external/tensorflow/tensorflow/core/debug/
Ddebug_node_key.h46 const string device_path; member
/external/vboot_reference/cgpt/
Dcgpt_wrapper.c42 static bool is_mtd(const char *device_path) { in is_mtd()
/external/libusb/examples/
Dfxload.c87 const char *device_path = getenv("DEVICE"); in main() local
/external/vboot_reference/firmware/stub/
Dtpm_lite_stub.c154 char* device_path; in VbExTpmOpen() local
/external/autotest/client/cros/i2c/
Dusb_to_i2c.py103 def __init__(self, device_path): argument
/external/autotest/client/site_tests/camera_V4L2/src/
Dcommon_types.h16 std::string device_path; member
/external/chromium-trace/catapult/devil/devil/utils/
Dmock_calls_test.py27 def Push(self, host_path, device_path): argument
/external/libmojo/third_party/catapult/devil/devil/utils/
Dmock_calls_test.py27 def Push(self, host_path, device_path): argument
/external/autotest/client/common_lib/cros/network/
Dinterface.py158 def device_path(self): member in Interface
/external/autotest/client/cros/bluetooth/
Dbluetooth_device_xmlrpc_server.py60 def RequestPinCode(self, device_path): argument
913 def _set_trusted_by_path(self, device_path, trusted=True): argument
/external/syslinux/com32/gplinclude/disk/
Dgeom.h181 } device_path; member
/external/kernel-headers/original/uapi/linux/
Dedd.h168 } device_path; member
/external/autotest/client/cros/power/
Dpower_status.py1630 def __init__(self, seconds_period = 5.0, device_path = None): argument