Home
last modified time | relevance | path

Searched defs: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()
175 public ExecutionResult executeCommand(String command, boolean captureOutput, in executeCommand()
DExecutor.java74 protected ExecutionResult executeCommandWithTimeout(String command, boolean captureOutput) { in executeCommandWithTimeout()