Searched refs:remote_src_dir (Results 1 – 1 of 1) sorted by relevance
/external/autotest/server/hosts/ |
D | abstract_ssh.py | 889 def collect_logs(self, remote_src_dir, local_dest_dir, ignore_errors=True): argument 922 result_tools_runner.run_on_client(self, remote_src_dir) 927 'results at %s from host %s', remote_src_dir, 931 self.get_file(remote_src_dir, local_dest_dir, safe_symlinks=True) 935 'failed: %s', remote_src_dir, local_dest_dir, 944 result_tools_runner.run_on_client(self, remote_src_dir, 950 'files at %s in host %s', remote_src_dir, self.hostname)
|