Searched refs:host_dir (Results 1 – 5 of 5) sorted by relevance
/external/skia/infra/bots/flavor/ |
D | default_flavor.py | 108 def copy_directory_contents_to_device(self, host_dir, device_dir): argument 112 if str(host_dir) != str(device_dir): 116 str(host_dir), str(device_dir))) # pragma: no cover 118 def copy_directory_contents_to_host(self, device_dir, host_dir): argument 122 if str(host_dir) != str(device_dir): 126 str(host_dir), str(device_dir))) # pragma: no cover
|
D | ios_flavor.py | 60 def copy_directory_contents_to_device(self, host_dir, device_dir): argument 64 host_dir, device_dir 67 def copy_directory_contents_to_host(self, device_dir, host_dir): argument 71 device_dir, host_dir],
|
D | ssh_flavor.py | 96 def copy_directory_contents_to_device(self, host_dir, device_dir): argument 101 host_dir, remote_path] 104 def copy_directory_contents_to_host(self, device_dir, host_dir): argument 109 remote_path, host_dir]
|
D | android_flavor.py | 126 def copy_directory_contents_to_device(self, host_dir, device_dir): argument 130 name='push %s' % self._bot_info.m.path.basename(host_dir), 132 '-s', self.serial, host_dir, device_dir], 136 def copy_directory_contents_to_host(self, device_dir, host_dir): argument 142 '-s', self.serial, device_dir, host_dir],
|
/external/v8/tools/ |
D | run_perf.py | 687 def _PushFile(self, host_dir, file_name, target_rel=".", argument 689 file_on_host = os.path.join(host_dir, file_name)
|