Searched defs:host_path (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/skia/infra/bots/recipe_modules/flavor/ |
H A 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
|
H A D | api.py | 86 def copy_file_to_device(self, host_path, device_path): argument 126 host_path, device_path): argument
|
H A D | ssh.py | 72 def copy_file_to_device(self, host_path, device_path): argument
|
H A D | default.py | 79 def copy_file_to_device(self, host_path, device_path): argument
|
/aosp_15_r20/external/cronet/build/android/pylib/utils/ |
H A D | device_dependencies.py | 66 def DevicePathComponentsFor(host_path, output_directory=None): argument
|
/aosp_15_r20/external/angle/build/android/pylib/utils/ |
H A D | device_dependencies.py | 68 def DevicePathComponentsFor(host_path, output_directory=None): argument
|
/aosp_15_r20/external/autotest/site_utils/lxc/ |
H A D | container_unittest.py | 331 def verifyBindMount(self, container, container_path, host_path): argument
|
H A D | container.py | 570 def copy(self, host_path, container_path): argument
|
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/utils/ |
H A D | mock_calls_test.py | 25 def Push(self, host_path, device_path): argument
|
/aosp_15_r20/tools/asuite/adevice/src/ |
H A D | commands.rs | 86 let host_path = in compose() localVariable
|
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/ |
H A 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
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 1181 def pull_files(self, device_paths, host_path=None): argument
|