Searched defs:fullCmd (Results 1 – 4 of 4) sorted by relevance
1157 final String[] fullCmd = buildAdbShellCommand(cmd, parseExitStatus); in executeShellV2Command() local2400 final String[] fullCmd = buildAdbCommand(cmdArgs); in executeAdbCommand() local2468 final String[] fullCmd = buildFastbootCommand(cmdArgs); in doFastbootCommand() local6078 protected CommandResult simpleFastbootCommand(final long timeout, String[] fullCmd) in simpleFastbootCommand()6089 final long timeout, Map<String, String> envVarMap, String[] fullCmd) in simpleFastbootCommand() argument
1043 String[] fullCmd = ArrayUtil.buildArray(new String[] {getAdbPath()}, cmdArgs); in executeGlobalAdbCommand() local
2812 final String[] fullCmd = buildAdbShellCommand(logwrapperCmd, false); in forwardFileToLog() local
496 final String fullCmd = Arrays.toString(command); in runCmdInBackground() local