Home
last modified time | relevance | path

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

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