Home
last modified time | relevance | path

Searched refs:captureOutput (Results 1 – 2 of 2) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/executors/
DDevice.java170 public ExecutionResult executeCommand(String command, boolean captureOutput) { in executeCommand() argument
171 assert(!captureOutput); in executeCommand()
172 return executeCommand(command, captureOutput, null, null); in executeCommand()
175 public ExecutionResult executeCommand(String command, boolean captureOutput, in executeCommand() argument
190 if (captureOutput) { in executeCommand()
203 if (captureOutput) { in executeCommand()
DExecutor.java74 protected ExecutionResult executeCommandWithTimeout(String command, boolean captureOutput) { in executeCommandWithTimeout() argument
77 captureOutput, outputConsumer, errorConsumer); in executeCommandWithTimeout()