Home
last modified time | relevance | path

Searched defs:cmdArgs (Results 1 – 12 of 12) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DTestResourceDownloader.java52 final List<String> cmdArgs = buildDownloadCommandArgs(url, dest); in download() local
DTestOutputUploader.java106 private void executeUploadCommand(File file, String... cmdArgs) { in executeUploadCommand()
DClusterCommandLauncher.java351 final List<String> cmdArgs = new ArrayList<>(); in buildJavaCommandArgs() local
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java256 List<String> cmdArgs = new ArrayList<>(); in buildFastbootCommand() local
1069 protected String executeFastbootCmd(ITestDevice device, String... cmdArgs) in executeFastbootCmd()
1090 protected String executeLongFastbootCmd(ITestDevice device, String... cmdArgs) in executeLongFastbootCmd()
1112 ITestDevice device, Map<String, String> envVarMap, String... cmdArgs) in executeLongFastbootCmd() argument
1128 String handleFastbootResult(ITestDevice device, CommandResult result, String... cmdArgs) in handleFastbootResult()
1141 ITestDevice device, CommandResult result, String... cmdArgs) throws TargetSetupError { in internalHandleFastbootResult()
DGsiDeviceFlashPreparer.java380 private String executeFastbootCmd(ITestDevice device, String... cmdArgs) in executeFastbootCmd()
DGkiDeviceFlashPreparer.java946 private String executeFastbootCmd(ITestDevice device, String... cmdArgs) in executeFastbootCmd()
/tools/tradefederation/core/avd_util/com/android/tradefed/util/avd/
DOxygenClient.java117 OxygenClient(List<String> cmdArgs, IRunUtil runUtil) { in OxygenClient()
127 public OxygenClient(List<String> cmdArgs) { in OxygenClient()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DOxygenUtil.java235 List<String> cmdArgs = in createOxygenClient() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DIsolatedHostTest.java260 List<String> cmdArgs = this.compileCommandArgs(classpath, artifactsDir); in run() local
396 List<String> cmdArgs = new ArrayList<>(); in compileCommandArgs() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2430 public String executeAdbCommand(String... cmdArgs) throws DeviceNotAvailableException { in executeAdbCommand()
2436 public String executeAdbCommand(long timeout, String... cmdArgs) in executeAdbCommand()
2443 public String executeAdbCommand(long timeout, Map<String, String> envMap, String... cmdArgs) in executeAdbCommand() argument
2455 public CommandResult executeFastbootCommand(String... cmdArgs) in executeFastbootCommand()
2465 public CommandResult executeFastbootCommand(long timeout, String... cmdArgs) in executeFastbootCommand()
2474 public CommandResult executeLongFastbootCommand(String... cmdArgs) in executeLongFastbootCommand()
2482 Map<String, String> envVarMap, String... cmdArgs) in executeLongFastbootCommand() argument
2500 final long timeout, Map<String, String> envVarMap, String... cmdArgs) in doFastbootCommand() argument
2547 private CommandResult doFastbootCommand(final long timeout, String... cmdArgs) in doFastbootCommand()
DDeviceManager.java1057 public String executeGlobalAdbCommand(String... cmdArgs) { in executeGlobalAdbCommand()
DTestDevice.java3249 String cmdFormat, Object... cmdArgs) { in executeShellV2CommandThatReturnsBooleanSafe()
3258 private boolean executeShellV2CommandThatReturnsBoolean(String cmdFormat, Object... cmdArgs) in executeShellV2CommandThatReturnsBoolean()