Home
last modified time | relevance | path

Searched defs:fullCmd (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1157 final String[] fullCmd = buildAdbShellCommand(cmd, parseExitStatus); in executeShellV2Command() local
2400 final String[] fullCmd = buildAdbCommand(cmdArgs); in executeAdbCommand() local
2468 final String[] fullCmd = buildFastbootCommand(cmdArgs); in doFastbootCommand() local
6078 protected CommandResult simpleFastbootCommand(final long timeout, String[] fullCmd) in simpleFastbootCommand()
6089 final long timeout, Map<String, String> envVarMap, String[] fullCmd) in simpleFastbootCommand() argument
DDeviceManager.java1043 String[] fullCmd = ArrayUtil.buildArray(new String[] {getAdbPath()}, cmdArgs); in executeGlobalAdbCommand() local
DTestDevice.java2812 final String[] fullCmd = buildAdbShellCommand(logwrapperCmd, false); in forwardFileToLog() local
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DRunUtil.java496 final String fullCmd = Arrays.toString(command); in runCmdInBackground() local