Searched defs:fullCmd (Results 1 – 4 of 4) sorted by relevance
1171 final String[] fullCmd = buildAdbShellCommand(cmd, parseExitStatus); in executeShellV2Command() local2445 final String[] fullCmd = buildAdbCommand(cmdArgs); in executeAdbCommand() local2513 final String[] fullCmd = buildFastbootCommand(cmdArgs); in doFastbootCommand() local6187 protected CommandResult simpleFastbootCommand(final long timeout, String[] fullCmd) in simpleFastbootCommand()6198 final long timeout, Map<String, String> envVarMap, String[] fullCmd) in simpleFastbootCommand() argument
1058 String[] fullCmd = ArrayUtil.buildArray(new String[] {getAdbPath()}, cmdArgs); in executeGlobalAdbCommand() local
2827 final String[] fullCmd = buildAdbShellCommand(logwrapperCmd, false); in forwardFileToLog() local
432 final String fullCmd = Arrays.toString(command); in runCmdInBackground() local