Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DTestDeviceOptions.java186 private File mSshPrivateKeyPath = new File("~/.ssh/id_rsa"); field in TestDeviceOptions
563 return mSshPrivateKeyPath; in getSshPrivateKeyPath()
568 mSshPrivateKeyPath = sshPrivateKeyPath; in setSshPrivateKeyPath()