Searched refs:getSshPrivateKeyPath (Results 1 – 6 of 6) sorted by relevance
182 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()
213 options.getSshPrivateKeyPath(), in doesRemoteFileExist()299 options.getSshPrivateKeyPath(), in internalScpExec()
80 options.getSshPrivateKeyPath(), in remoteSshCommandExec()
197 mDevice.getOptions().getSshPrivateKeyPath(), in createHostOrchestratorTunnel()
651 gceArgs.add(getTestDeviceOptions().getSshPrivateKeyPath().getAbsolutePath()); in buildGceCmd()785 gceArgs.add(options.getSshPrivateKeyPath().getAbsolutePath()); in buildShutdownCommand()
785 public File getSshPrivateKeyPath() { in getSshPrivateKeyPath() method in TestDeviceOptions