Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/executors/
DExecutor.java194 String runtimeCommand = constructCommand(programName); in runBisectionSearch() local
196 commandBuilder.append("bisection_search.py --raw-cmd '").append(runtimeCommand); in runBisectionSearch()