Searched refs:host_dir (Results 1 – 3 of 3) sorted by relevance
/external/skia/infra/bots/recipe_modules/flavor/ |
D | default_flavor.py | 99 def copy_directory_contents_to_device(self, host_dir, device_dir): argument 103 if str(host_dir) != str(device_dir): 107 str(host_dir), str(device_dir))) # pragma: no cover 109 def copy_directory_contents_to_host(self, device_dir, host_dir): argument 113 if str(host_dir) != str(device_dir): 117 str(host_dir), str(device_dir))) # pragma: no cover
|
D | api.py | 88 def copy_directory_contents_to_device(self, host_dir, device_dir): argument 89 return self._f.copy_directory_contents_to_device(host_dir, device_dir) 91 def copy_directory_contents_to_host(self, device_dir, host_dir): argument 92 return self._f.copy_directory_contents_to_host(device_dir, host_dir)
|
/external/v8/tools/ |
D | run_perf.py | 705 def _PushFile(self, host_dir, file_name, target_rel=".", argument 707 file_on_host = os.path.join(host_dir, file_name)
|