Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceSshTunnelMonitor.java182 if (!getTestDeviceOptions().getSshPrivateKeyPath().canRead()) { in checkSshKey()
186 if (getTestDeviceOptions().getSshPrivateKeyPath().canRead()) { in checkSshKey()
195 getTestDeviceOptions().getSshPrivateKeyPath().getAbsolutePath())); in checkSshKey()
209 getTestDeviceOptions().getSshPrivateKeyPath(), in initGce()
232 getTestDeviceOptions().getSshPrivateKeyPath(), in initGce()
371 getTestDeviceOptions().getSshPrivateKeyPath(), in createSshTunnel()
DRemoteFileUtil.java213 options.getSshPrivateKeyPath(), in doesRemoteFileExist()
299 options.getSshPrivateKeyPath(), in internalScpExec()
DRemoteSshUtil.java80 options.getSshPrivateKeyPath(), in remoteSshCommandExec()
DHostOrchestratorUtil.java197 mDevice.getOptions().getSshPrivateKeyPath(), in createHostOrchestratorTunnel()
DGceManager.java651 gceArgs.add(getTestDeviceOptions().getSshPrivateKeyPath().getAbsolutePath()); in buildGceCmd()
785 gceArgs.add(options.getSshPrivateKeyPath().getAbsolutePath()); in buildShutdownCommand()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DTestDeviceOptions.java785 public File getSshPrivateKeyPath() { in getSshPrivateKeyPath() method in TestDeviceOptions