Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1157 final String[] fullCmd = buildAdbShellCommand(cmd, parseExitStatus); in executeShellV2Command() local
1160 fullCmd, in executeShellV2Command()
1165 performDeviceAction(String.format("adb %s", fullCmd[4]), adbActionV2, retryAttempts); in executeShellV2Command()
2400 final String[] fullCmd = buildAdbCommand(cmdArgs); in executeAdbCommand() local
2401 AdbAction adbAction = new AdbAction(timeout, fullCmd, "shell".equals(cmdArgs[0]), envMap); in executeAdbCommand()
2468 final String[] fullCmd = buildFastbootCommand(cmdArgs); in doFastbootCommand() local
2472 CommandResult result = simpleFastbootCommand(timeout, envVarMap, fullCmd); in doFastbootCommand()
6078 protected CommandResult simpleFastbootCommand(final long timeout, String[] fullCmd) in simpleFastbootCommand() argument
6080 return simpleFastbootCommand(timeout, new HashMap<>(), fullCmd); in simpleFastbootCommand()
6089 final long timeout, Map<String, String> envVarMap, String[] fullCmd) in simpleFastbootCommand() argument
[all …]
DDeviceManager.java1043 String[] fullCmd = ArrayUtil.buildArray(new String[] {getAdbPath()}, cmdArgs); in executeGlobalAdbCommand() local
1044 CommandResult result = getRunUtil().runTimedCmd(FASTBOOT_CMD_TIMEOUT, fullCmd); in executeGlobalAdbCommand()
DTestDevice.java2812 final String[] fullCmd = buildAdbShellCommand(logwrapperCmd, false); in forwardFileToLog() local
2815 fullCmd, in forwardFileToLog()
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DRunUtil.java496 final String fullCmd = Arrays.toString(command); in runCmdInBackground() local
497 CLog.v("Running in background: %s", fullCmd); in runCmdInBackground()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DNativeDeviceTest.java1574 long timeout, Map<String, String> envVarMap, String[] fullCmd) in testRebootIntoBootloader()
1615 long timeout, Map<String, String> envVarMap, String[] fullCmd) in testRebootIntoBootloader_forceFastboot()