Home
last modified time | relevance | path

Searched defs:cmdArgs (Results 1 – 10 of 10) 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.java222 List<String> cmdArgs = new ArrayList<>(); in buildFastbootCommand() local
1026 protected String executeFastbootCmd(ITestDevice device, String... cmdArgs) in executeFastbootCmd()
1047 protected String executeLongFastbootCmd(ITestDevice device, String... cmdArgs) in executeLongFastbootCmd()
1069 ITestDevice device, Map<String, String> envVarMap, String... cmdArgs) in executeLongFastbootCmd() argument
1085 String handleFastbootResult(ITestDevice device, CommandResult result, String... cmdArgs) in handleFastbootResult()
DGsiDeviceFlashPreparer.java360 private String executeFastbootCmd(ITestDevice device, String... cmdArgs) in executeFastbootCmd()
DGkiDeviceFlashPreparer.java833 private String executeFastbootCmd(ITestDevice device, String... cmdArgs) in executeFastbootCmd()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DIsolatedHostTest.java222 List<String> cmdArgs = this.compileCommandArgs(classpath, artifactsDir); in run() local
337 List<String> cmdArgs = new ArrayList<>(); in compileCommandArgs() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2385 public String executeAdbCommand(String... cmdArgs) throws DeviceNotAvailableException { in executeAdbCommand()
2391 public String executeAdbCommand(long timeout, String... cmdArgs) in executeAdbCommand()
2398 public String executeAdbCommand(long timeout, Map<String, String> envMap, String... cmdArgs) in executeAdbCommand() argument
2410 public CommandResult executeFastbootCommand(String... cmdArgs) in executeFastbootCommand()
2420 public CommandResult executeFastbootCommand(long timeout, String... cmdArgs) in executeFastbootCommand()
2429 public CommandResult executeLongFastbootCommand(String... cmdArgs) in executeLongFastbootCommand()
2437 Map<String, String> envVarMap, String... cmdArgs) in executeLongFastbootCommand() argument
2455 final long timeout, Map<String, String> envVarMap, String... cmdArgs) in doFastbootCommand() argument
2502 private CommandResult doFastbootCommand(final long timeout, String... cmdArgs) in doFastbootCommand()
DDeviceManager.java1042 public String executeGlobalAdbCommand(String... cmdArgs) { in executeGlobalAdbCommand()
DTestDevice.java3209 String cmdFormat, Object... cmdArgs) { in executeShellV2CommandThatReturnsBooleanSafe()
3218 private boolean executeShellV2CommandThatReturnsBoolean(String cmdFormat, Object... cmdArgs) in executeShellV2CommandThatReturnsBoolean()