Home
last modified time | relevance | path

Searched refs:use_ssh (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Dcros_device.py48 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/
Dmysql_bootstrap.py110 use_ssh=False): argument
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/
Dss_vncviewer191 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=1
[all …]