OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ssh_command
(Results
1 - 7
of
7
) sorted by null
/external/libcxx/utils/libcxx/test/
executor.py
158
self.
ssh_command
= 'ssh'
189
ssh_cmd = [self.
ssh_command
, '-oBatchMode=yes', remote]
/external/autotest/server/cros/
telemetry_runner.py
179
[self._host.
ssh_command
(alive_interval=900,
391
[self._host.
ssh_command
(alive_interval=900, connection_attempts=4),
/external/autotest/server/hosts/
ssh_host.py
65
def
ssh_command
(self, connect_timeout=30, options='', alive_interval=300,
member in class:SSHHost
125
ssh_cmd = self.
ssh_command
(connect_timeout, options)
/external/autotest/server/site_tests/firmware_IntegratedU2F/
firmware_IntegratedU2F.py
164
full_ssh_command = '%s "%s"' % (self.host.
ssh_command
(options='-tt'),
/external/toolchain-utils/cros_utils/
command_executer.py
466
ssh_command
= (
469
rsync_prefix = "\nrsync -r -e \"%s\" " %
ssh_command
/external/autotest/server/cros/multimedia/
remote_facade_factory.py
198
full_command = '%s "%s"' % (self._client.
ssh_command
(), command)
/external/autotest/server/cros/faft/
cr50_test.py
659
full_ssh_cmd = '%s "%s"' % (self.host.
ssh_command
(options='-tt'),
[
all
...]
Completed in 504 milliseconds