Searched refs:hostline (Results 1 – 3 of 3) sorted by relevance
/external/autotest/client/common_lib/ |
D | packages.py | 66 hostline, remote_path = parse_ssh_path(repo) 69 if '@' in hostline: 70 username, host = hostline.split('@') 580 hostline, remote_path = parse_ssh_path(upload_path) 582 utils.run('scp %s %s:%s' % (file_path, hostline, 586 utils.run("ssh %s 'chmod 644 %s'" % (hostline, r_path)) 616 hostline, remote_path = parse_ssh_path(upload_path) 618 utils.run('scp %s %s:%s' % (local_path, hostline, 621 utils.run("ssh %s 'chmod 644 %s'" % (hostline, ssh_path)) 668 hostline, remote_path = parse_ssh_path(pkg_dir) [all …]
|
/external/autotest/contrib/ |
D | log_distiller.py | 117 def check_transitions(self, hostline): argument 118 if hostline.line_info['field'] == 'status': 119 self.advance_state(hostline.line_info['state'], 120 hostline.line_info['value'])
|
/external/openssh/ |
D | sshconnect.c | 721 char hostline[1000], *hostp, *fp, *ra; in check_host_key() local 917 snprintf(hostline, sizeof(hostline), "%s,%s", host, ip); in check_host_key() 918 hostp = hostline; in check_host_key() 928 hostline, host_key, in check_host_key()
|