Searched refs:host_dir (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/infra/bots/recipe_modules/flavor/ |
D | default.py | 59 def copy_directory_contents_to_device(self, host_dir, device_dir): argument 63 if str(host_dir) != str(device_dir): 67 str(host_dir), str(device_dir))) 69 def copy_directory_contents_to_host(self, device_dir, host_dir): argument 73 if str(host_dir) != str(device_dir): 77 str(host_dir), str(device_dir)))
|
D | docker.py | 33 for (docker_dir, host_dir) in [ 37 if path.startswith(host_dir): 38 return docker_dir + path[len(host_dir):]
|
D | api.py | 87 def copy_directory_contents_to_device(self, host_dir, device_dir): argument 88 return self._f.copy_directory_contents_to_device(host_dir, device_dir) 90 def copy_directory_contents_to_host(self, device_dir, host_dir): argument 91 return self._f.copy_directory_contents_to_host(device_dir, host_dir)
|
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/ |
D | default.py | 109 def copy_directory_contents_to_device(self, host_dir, device_dir): argument 113 if str(host_dir) != str(device_dir): 117 str(host_dir), str(device_dir))) 119 def copy_directory_contents_to_host(self, device_dir, host_dir): argument 123 if str(host_dir) != str(device_dir): 127 str(host_dir), str(device_dir)))
|
D | api.py | 97 def copy_directory_contents_to_device(self, host_dir, device_dir): argument 98 return self._f.copy_directory_contents_to_device(host_dir, device_dir) 100 def copy_directory_contents_to_host(self, device_dir, host_dir): argument 101 return self._f.copy_directory_contents_to_host(device_dir, host_dir)
|