OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ssh_cmd
(Results
1 - 9
of
9
) sorted by null
/external/skia/infra/bots/flavor/
ssh_flavor.py
42
ssh_cmd
= ['ssh']
44
ssh_cmd
.extend(['-p', self.port])
48
ssh_cmd
.append(dest)
49
ssh_cmd
.extend(cmd)
50
return self._bot_info.run(
ssh_cmd
, **kwargs)
/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/autotest/site_utils/
brillo_test_launcher.py
79
ssh_cmd
= 'ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'
81
ssh_cmd
+= ' -p %s' % moblab.port
82
rsync_cmd += ['-e',
ssh_cmd
]
/external/autotest/server/hosts/
sonic_host.py
252
ssh_cmd
= '%s %s' % (self.make_ssh_command(), self.hostname)
253
site_utils.remote_wget(update_url, self.OTA_LOCATION,
ssh_cmd
)
ssh_host.py
75
ssh_cmd
= self.ssh_command(connect_timeout, options)
82
full_cmd = '%s "%s %s"' % (
ssh_cmd
, env, utils.sh_escape(command))
abstract_ssh.py
146
ssh_cmd
= self.make_ssh_command(user=self.user, port=self.port,
159
return command % (symlink_flag, delete_flag,
ssh_cmd
,
[
all
...]
/external/libcxx/test/libcxx/test/
executor.py
183
ssh_cmd
= [self.ssh_command, '-oBatchMode=yes', remote]
191
return self.local_run(
ssh_cmd
+ [remote_cmd])
/ndk/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])
/external/autotest/server/
site_utils.py
192
def remote_wget(source_url, dest_path,
ssh_cmd
):
198
@param
ssh_cmd
: The ssh command to use in performing the remote wget.
201
(source_url,
ssh_cmd
, dest_path))
Completed in 395 milliseconds