Home
last modified time | relevance | path

Searched refs:ssh_cmd (Results 1 – 9 of 9) sorted by relevance

/external/toolchain-utils/dejagnu/boards/
Dgdbserver.sh.in7 ssh_cmd="nohup ${gdbserver_cmd} "
9 echo "Executing: ssh ${RSA_FILE} ${REMOTE_SSH_FLAGS} root@${FLAGS_remote} \"${ssh_cmd}\"" >&2
11 ssh ${REMOTE_SSH_FLAGS} root@${FLAGS_remote} "killall -9 gdbserver; ${ssh_cmd}"
/external/libvncserver/webclients/java-applet/ssl/
Dss_vncviewer202 ssh_cmd=""
205 ssh_cmd="$SS_VNCVIEWER_SSH_CMD"
272 "-sshcmd") shift; ssh_cmd="$1"
393 if [ "X$ssh_cmd" = "X" ]; then
395 ssh_cmd="sleep $ssh_sleep"
884 ssh_cmd=`echo "$ssh_cmd" | sed -e 's/ -localhost/ /g'`
2737 sz=`echo "$ssh_cmd" | wc -c`
2741 info="$ssh_cmd"
2751 if echo "$ssh_cmd" | egrep "(PORT=|P=) " > /dev/null; then
2753 if echo "$ssh_cmd" | egrep "P= " > /dev/null; then
[all …]
/external/skia/infra/bots/recipe_modules/flavor/
Dgn_chromecast_flavor.py142 ssh_cmd = ['ssh', '-oConnectTimeout=15', '-oBatchMode=yes',
145 return self.m.run(self.m.step, title, cmd=ssh_cmd,
Dgn_chromebook_flavor.py55 ssh_cmd = ['ssh', '-oConnectTimeout=15', '-oBatchMode=yes',
58 return self._run(title, ssh_cmd, **kwargs)
/external/autotest/server/hosts/
Dsonic_host.py253 ssh_cmd = '%s %s' % (self.make_ssh_command(), self.hostname)
254 site_utils.remote_wget(update_url, self.OTA_LOCATION, ssh_cmd)
Dabstract_ssh.py179 ssh_cmd = self.make_ssh_command(user=self.user, port=self.port,
194 return command % (symlink_flag, delete_flag, ssh_cmd, sources, dest)
834 ssh_cmd = self.make_ssh_command(opts=tunnel_options)
835 tunnel_cmd = '%s %s' % (ssh_cmd, self.hostname)
Dssh_host.py115 ssh_cmd = self.ssh_command(connect_timeout, options)
122 full_cmd = '%s "%s %s"' % (ssh_cmd, env, utils.sh_escape(command))
/external/libcxx/utils/libcxx/test/
Dexecutor.py214 ssh_cmd = [self.ssh_command, '-oBatchMode=yes', remote]
222 return self.local_run(ssh_cmd + [remote_cmd])
/external/autotest/server/
Dsite_utils.py240 def remote_wget(source_url, dest_path, ssh_cmd): argument
249 (source_url, ssh_cmd, dest_path))