OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ssh_port
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
cros_device.py
17
self.
_ssh_port
= ssh_port
31
return self.
_ssh_port
/external/chromium-trace/catapult/telemetry/telemetry/core/
cros_interface.py
98
self.
_ssh_port
= ssh_port
143
return self.
_ssh_port
162
full_args.append('-p%d' % self.
_ssh_port
)
175
args = ['scp', '-P', str(self.
_ssh_port
)] + self._ssh_args
/external/autotest/server/
server_job.py
217
self.
_ssh_port
= ssh_port
398
'ssh_port' : self.
_ssh_port
,
[
all
...]
Completed in 120 milliseconds