Searched refs:hostName (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | GceRemoteCmdFormatter.java | 48 String hostName, in getSshCommand() argument 65 cmd.add(user + "@" + hostName); in getSshCommand() 88 String hostName, in getScpCommand() argument 108 cmd.add(String.format("%s@%s:%s", user, hostName, remoteFile)); in getScpCommand() 112 cmd.add(String.format("%s@%s:%s", user, hostName, remoteFile)); in getScpCommand()
|
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/ |
D | RemoteClient.java | 67 private RemoteClient(String hostName, int port) throws UnknownHostException, IOException { in RemoteClient() argument 68 mSocket = new Socket(hostName, port); in RemoteClient()
|
/tools/tradefederation/core/src/com/android/tradefed/result/suite/ |
D | XmlSuiteResultFormatter.java | 228 String hostName = ""; in writeResults() local 230 hostName = InetAddress.getLocalHost().getHostName(); in writeResults() 233 serializer.attribute(NS, HOST_NAME_ATTR, hostName); in writeResults()
|