Searched refs:host_dir (Results 1 – 4 of 4) 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/node/deps/v8/tools/testrunner/local/ |
D | android.py | 63 def push_file(self, host_dir, file_name, target_rel='.', argument 77 file_on_host = os.path.join(host_dir, file_name)
|