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

  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
cros_device.py 48 use_ssh = options.cros_remote and cros_interface.HasSSH()
49 if not use_ssh and not IsRunningOnCrOS():
54 options.cros_ssh_identity, not use_ssh)]
  /external/autotest/site_utils/
mysql_bootstrap.py 110 use_ssh=False):
116 @param use_ssh: If False, the command is executed on localhost
123 if use_ssh:
162 MySQLCommandExecutor.ping(dest_host, use_ssh=True)
180 dest_host, user=user, password=password, use_ssh=False)
  /external/libvncserver/webclients/java-applet/ssl/
ss_vncviewer 191 use_ssh=""
267 "-ssh") use_ssh=1
269 "-sshssl") use_ssh=1
373 if [ "X$use_ssh" = "X" -a "X$use_sshssl" = "X" ]; then
495 if [ "X$use_ssh" = "X1" -a "X$use_sshssl" = "X" ]; then
516 use_ssh=""
527 use_ssh=1
530 use_ssh=1
537 use_ssh=""
548 use_ssh=
    [all...]

Completed in 201 milliseconds