Searched refs:remote_src_dir (Results 1 – 1 of 1) sorted by relevance
/external/autotest/server/hosts/ |
D | abstract_ssh.py | 864 def collect_logs(self, remote_src_dir, local_dest_dir, ignore_errors=True): argument 897 result_tools_runner.run_on_client(self, remote_src_dir) 902 'results at %s from host %s', remote_src_dir, 906 self.get_file(remote_src_dir, local_dest_dir, safe_symlinks=True) 910 'failed: %s', remote_src_dir, local_dest_dir, 919 result_tools_runner.run_on_client(self, remote_src_dir, 925 'files at %s in host %s', remote_src_dir, self.hostname)
|