Home
last modified time | relevance | path

Searched defs:host_path (Results 1 – 12 of 12) sorted by relevance

/external/skia/infra/bots/recipe_modules/flavor/
Dchromebook.py53 def copy_directory_contents_to_device(self, host_path, device_path): argument
56 def copy_directory_contents_to_host(self, device_path, host_path): argument
Dapi.py87 def copy_file_to_device(self, host_path, device_path): argument
129 host_path, device_path): argument
Dssh.py72 def copy_file_to_device(self, host_path, device_path): argument
Ddefault.py79 def copy_file_to_device(self, host_path, device_path): argument
/external/cronet/build/android/pylib/utils/
Ddevice_dependencies.py68 def DevicePathComponentsFor(host_path, output_directory): argument
/external/angle/build/android/pylib/utils/
Ddevice_dependencies.py68 def DevicePathComponentsFor(host_path, output_directory): argument
/external/oss-fuzz/infra/cifuzz/
Ddocker.py106 def _get_args_mapping_host_path_to_container(host_path, container_path=None): argument
/external/autotest/site_utils/lxc/
Dcontainer_unittest.py331 def verifyBindMount(self, container, container_path, host_path): argument
Dcontainer.py570 def copy(self, host_path, container_path): argument
/external/chromium-trace/catapult/devil/devil/utils/
Dmock_calls_test.py25 def Push(self, host_path, device_path): argument
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py380 def _IterPushableComponents(host_path, device_path): argument
2347 host_path, argument
3415 def TakeScreenshot(self, host_path=None, timeout=None, retries=None): argument
/external/crosvm/src/crosvm/
Dconfig.rs523 pub host_path: PathBuf, field