Searched defs:host_path (Results 1 – 12 of 12) sorted by relevance
/external/skia/infra/bots/recipe_modules/flavor/ |
D | chromebook.py | 46 def copy_directory_contents_to_device(self, host_path, device_path): argument 49 def copy_directory_contents_to_host(self, device_path, host_path): argument
|
D | api.py | 86 def copy_file_to_device(self, host_path, device_path): argument 126 host_path, device_path): argument
|
D | ssh.py | 100 def copy_file_to_device(self, host_path, device_path): argument
|
D | default.py | 79 def copy_file_to_device(self, host_path, device_path): argument
|
/external/chromium-crossbench/crossbench/plt/ |
D | remote.py | 28 def host_path(self, path: AnyPathLike) -> LocalPath: member in RemotePlatformMixin
|
/external/cronet/tot/build/android/pylib/utils/ |
D | device_dependencies.py | 68 def DevicePathComponentsFor(host_path, output_directory=None): argument
|
/external/cronet/stable/build/android/pylib/utils/ |
D | device_dependencies.py | 68 def DevicePathComponentsFor(host_path, output_directory=None): argument
|
/external/angle/build/android/pylib/utils/ |
D | device_dependencies.py | 69 def DevicePathComponentsFor(host_path, output_directory=None): argument
|
/external/autotest/site_utils/lxc/ |
D | container_unittest.py | 331 def verifyBindMount(self, container, container_path, host_path): argument
|
D | container.py | 570 def copy(self, host_path, container_path): argument
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | mock_calls_test.py | 25 def Push(self, host_path, device_path): argument
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils.py | 380 def _IterPushableComponents(host_path, device_path): argument 2347 host_path, argument 3415 def TakeScreenshot(self, host_path=None, timeout=None, retries=None): argument
|