Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DRunUtil.java323 final String fullCmd = Arrays.toString(command); in runCmdInBackground() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java941 String[] fullCmd = ArrayUtil.buildArray(new String[] {getAdbPath()}, cmdArgs); in executeGlobalAdbCommand() local
DNativeDevice.java873 final String[] fullCmd = buildAdbShellCommand(cmd); in executeShellV2Command() local
1874 final String[] fullCmd = buildAdbCommand(cmdArgs); in executeAdbCommand() local
1918 final String[] fullCmd = buildFastbootCommand(cmdArgs); in doFastbootCommand() local