HomeSort by relevance Sort by last modified time
    Searched full:ssh_identity (Results 1 - 5 of 5) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
cros_device.py 12 def __init__(self, host_name, ssh_port, ssh_identity, is_local):
18 self._ssh_identity = ssh_identity
34 def ssh_identity(self): member in class:CrOSDevice
cros_platform_backend.py 24 device.host_name, device.ssh_port, device.ssh_identity)
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.internal.platform.cros_device.html 56 <dl><dt><a name="CrOSDevice-__init__"><strong>__init__</strong></a>(self, host_name, ssh_port, ssh_identity<font color="#909090">=None</font>)</dt></dl>
66 <dl><dt><strong>ssh_identity</strong></dt>
telemetry.core.cros_interface.html 133 <dl><dt><a name="CrOSInterface-__init__"><strong>__init__</strong></a>(self, hostname<font color="#909090">=None</font>, ssh_port<font color="#909090">=None</font>, ssh_identity<font color="#909090">=None</font>)</dt><dd><tt>#&nbsp;pylint:&nbsp;disable=R0923</tt></dd></dl>
  /external/chromium-trace/catapult/telemetry/telemetry/core/
cros_interface.py 96 def __init__(self, hostname=None, ssh_port=None, ssh_identity=None):
112 if ssh_identity:
113 self._ssh_identity = os.path.abspath(os.path.expanduser(ssh_identity))

Completed in 242 milliseconds