HomeSort by relevance Sort by last modified time
    Searched refs:ssh_identity (Results 1 - 3 of 3) 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/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 869 milliseconds