HomeSort by relevance Sort by last modified time
    Searched refs:ssh_cmd (Results 1 - 11 of 11) sorted by null

  /external/toolchain-utils/dejagnu/boards/
gdbserver.sh.in 7 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/
ss_vncviewer 202 ssh_cmd=""
203 # env override of 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'`
    [all...]
  /external/skia/infra/bots/recipe_modules/flavor/
gn_chromecast_flavor.py 142 ssh_cmd = ['ssh', '-oConnectTimeout=15', '-oBatchMode=yes',
145 return self.m.run(self.m.step, title, cmd=ssh_cmd,
gn_chromebook_flavor.py 55 ssh_cmd = ['ssh', '-oConnectTimeout=15', '-oBatchMode=yes',
58 return self._run(title, ssh_cmd, **kwargs)
  /external/autotest/server/hosts/
sonic_host.py 253 ssh_cmd = '%s %s' % (self.make_ssh_command(), self.hostname)
254 site_utils.remote_wget(update_url, self.OTA_LOCATION, ssh_cmd)
abstract_ssh.py 179 ssh_cmd = self.make_ssh_command(user=self.user, port=self.port,
194 return command % (symlink_flag, delete_flag, ssh_cmd, sources, dest)
    [all...]
ssh_host.py 115 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/
executor.py 214 ssh_cmd = [self.ssh_command, '-oBatchMode=yes', remote]
222 return self.local_run(ssh_cmd + [remote_cmd])
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
executor.py 183 ssh_cmd = [self.ssh_command, '-oBatchMode=yes', remote]
191 return self.local_run(ssh_cmd + [remote_cmd])
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/test/
executor.py 192 ssh_cmd = [self.ssh_command, '-oBatchMode=yes', remote]
200 return self.local_run(ssh_cmd + [remote_cmd])
  /external/autotest/server/
site_utils.py 240 def remote_wget(source_url, dest_path, ssh_cmd):
246 @param ssh_cmd: The ssh command to use in performing the remote wget.
249 (source_url, ssh_cmd, dest_path))
    [all...]

Completed in 1711 milliseconds