Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/executors/
DExecutor.java76 return device.executeCommand(timeoutString + device.getExecutionShellPrefix() + command, in executeCommandWithTimeout()
DDevice.java148 public String getExecutionShellPrefix() { in getExecutionShellPrefix() method in Device