Home
last modified time | relevance | path

Searched refs:host_dir (Results 1 – 5 of 5) sorted by relevance

/external/skia/infra/bots/flavor/
Ddefault_flavor.py108 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
Dios_flavor.py60 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],
Dssh_flavor.py96 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]
Dandroid_flavor.py126 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/
Drun_perf.py687 def _PushFile(self, host_dir, file_name, target_rel=".", argument
689 file_on_host = os.path.join(host_dir, file_name)