Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/executors/
DDevice.java166 return getExecutionPrefixWithAdb("shell"); in getExecutionShellPrefix()
251 private String getExecutionPrefixWithAdb(String command) { in getExecutionPrefixWithAdb() method in Device
275 String command = getExecutionPrefixWithAdb("shell") + "rm -f " + getCacheLocation(architecture) in cleanCodeCache()
283 String command = getExecutionPrefixWithAdb("push") + programName + " " + testLocation; in pushProgramToDevice()