Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/executors/
DDevice.java184 public ExecutionResult executeCommand(String command, boolean captureOutput) { in executeCommand() argument
185 assert(!captureOutput); in executeCommand()
186 return executeCommand(command, captureOutput, null, null); in executeCommand()
189 public ExecutionResult executeCommand(String command, boolean captureOutput, in executeCommand() argument
204 if (captureOutput) { in executeCommand()
217 if (captureOutput) { in executeCommand()
DExecutor.java76 protected ExecutionResult executeCommandWithTimeout(String command, boolean captureOutput) { in executeCommandWithTimeout() argument
79 captureOutput, outputConsumer, errorConsumer); in executeCommandWithTimeout()