Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceSshTunnelMonitor.java181 if (!getTestDeviceOptions().getSshPrivateKeyPath().canRead()) { in checkSshKey()
185 if (getTestDeviceOptions().getSshPrivateKeyPath().canRead()) { in checkSshKey()
194 getTestDeviceOptions().getSshPrivateKeyPath().getAbsolutePath())); in checkSshKey()
208 getTestDeviceOptions().getSshPrivateKeyPath(), in initGce()
231 getTestDeviceOptions().getSshPrivateKeyPath(), in initGce()
367 getTestDeviceOptions().getSshPrivateKeyPath(), in createSshTunnel()
DRemoteSshUtil.java51 options.getSshPrivateKeyPath(), in remoteSshCommandExec()
DRemoteFileUtil.java140 options.getSshPrivateKeyPath(), in internalScpExec()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDeviceOptions.java537 public File getSshPrivateKeyPath() { in getSshPrivateKeyPath() method in TestDeviceOptions