Searched refs:ssh_identity (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dcros_device.py8 def __init__(self, host_name, ssh_identity=None):
14 self._ssh_identity = ssh_identity
25 def ssh_identity(self): member in class:CrOSDevice
H A Dcros_platform_backend.py19 device.host_name, device.ssh_identity)
H A Dcros_interface.py78 def __init__(self, hostname = None, ssh_identity = None):
94 if ssh_identity:
95 self._ssh_identity = os.path.abspath(os.path.expanduser(ssh_identity))

Completed in 111 milliseconds