Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DSubprocessReportingHelper.java123 public String buildNewCommandConfig(String commandLine, String port, File parentDir) in buildNewCommandConfig() method in SubprocessReportingHelper
DClusterCommandLauncher.java237 commandLine = mHelper.buildNewCommandConfig(commandLine, port, testWorkDir); in run()