Searched refs:ssh_cmd (Results 1 – 11 of 11) sorted by relevance
/external/skia/infra/bots/recipe_modules/flavor/resources/ |
D | win_ssh_cmd.py | 24 ssh_cmd = ['ssh', '-oConnectTimeout=15', '-oBatchMode=yes', user_host, 30 cmd, ' '.join([repr(s) for s in ssh_cmd])), file=sys.stderr) 31 proc = subprocess.Popen(ssh_cmd, stdout=subprocess.PIPE)
|
/external/skia/infra/bots/recipe_modules/flavor/ |
D | ssh.py | 37 ssh_cmd = ['ssh', '-oConnectTimeout=15', '-oBatchMode=yes', 40 return self._run(title, ssh_cmd, **kwargs)
|
/external/skqp/infra/bots/recipe_modules/flavor/ |
D | chromecast.py | 143 ssh_cmd = ['ssh', '-oConnectTimeout=15', '-oBatchMode=yes', 146 return self.m.run(self.m.step, title, cmd=ssh_cmd, **kwargs)
|
D | chromebook.py | 53 ssh_cmd = ['ssh', '-oConnectTimeout=15', '-oBatchMode=yes', 56 return self._run(title, ssh_cmd, **kwargs)
|
/external/libcxx/utils/libcxx/test/ |
D | executor.py | 189 ssh_cmd = [self.ssh_command, '-oBatchMode=yes', remote] 197 out, err, rc = self.local_run(ssh_cmd + [remote_cmd])
|
/external/autotest/server/hosts/ |
D | abstract_ssh.py | 252 ssh_cmd = self.make_ssh_command(user=self.user, port=self.port, 270 symlink_flag, delete_flag, ssh_cmd, exclude_args) 965 ssh_cmd = self.make_ssh_command(opts=tunnel_options, port=self.port) 966 tunnel_cmd = '%s %s' % (ssh_cmd, self.hostname)
|
D | ssh_host.py | 141 ssh_cmd = self.ssh_command(connect_timeout, options) 148 full_cmd = '%s "%s %s"' % (ssh_cmd, env, utils.sh_escape(command))
|
/external/grpc-grpc/tools/run_tests/ |
D | run_performance_tests.py | 91 ssh_cmd = ['ssh'] 93 ssh_cmd.extend([ 98 cmdline = ssh_cmd
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/ |
D | run_performance_tests.py | 98 ssh_cmd = ['ssh'] 100 ssh_cmd.extend([ 104 cmdline = ssh_cmd
|
/external/autotest/server/site_tests/servo_LabstationVerification/ |
D | servo_LabstationVerification.py | 168 ssh_cmd = [r'ssh', '-q', '-o', 'StrictHostKeyChecking=no', 172 return ' '.join(ssh_cmd)
|
/external/autotest/server/ |
D | site_utils.py | 248 def remote_wget(source_url, dest_path, ssh_cmd): argument 257 (source_url, ssh_cmd, dest_path))
|