Searched refs:fullCmd (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 873 final String[] fullCmd = buildAdbShellCommand(cmd); in executeShellV2Command() local 876 fullCmd, in executeShellV2Command() 880 performDeviceAction(String.format("adb %s", fullCmd[4]), adbActionV2, retryAttempts); in executeShellV2Command() 1874 final String[] fullCmd = buildAdbCommand(cmdArgs); in executeAdbCommand() local 1875 AdbAction adbAction = new AdbAction(timeout, fullCmd, "shell".equals(cmdArgs[0])); in executeAdbCommand() 1918 final String[] fullCmd = buildFastbootCommand(cmdArgs); in doFastbootCommand() local 1933 result = runUtil.runTimedCmd(timeout, fullCmd); in doFastbootCommand()
|
D | DeviceManager.java | 941 String[] fullCmd = ArrayUtil.buildArray(new String[] {getAdbPath()}, cmdArgs); in executeGlobalAdbCommand() local 942 CommandResult result = getRunUtil().runTimedCmd(FASTBOOT_CMD_TIMEOUT, fullCmd); in executeGlobalAdbCommand()
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | RunUtil.java | 323 final String fullCmd = Arrays.toString(command); in runCmdInBackground() local 324 CLog.v("Running in background: %s", fullCmd); in runCmdInBackground()
|