Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceRemoteCmdFormatter.java46 List<String> extraOptions, in getSshCommand() argument
60 if (extraOptions != null) { in getSshCommand()
61 for (String op : extraOptions) { in getSshCommand()
86 List<String> extraOptions, in getScpCommand() argument
102 if (extraOptions != null) { in getScpCommand()
103 for (String op : extraOptions) { in getScpCommand()