Home
last modified time | relevance | path

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

/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/executors/
H A DExecutor.java76 protected ExecutionResult executeCommandWithTimeout(String command, boolean captureOutput) { in executeCommandWithTimeout() method in Executor
186 executionResult = executeCommandWithTimeout(command, true); in execute()