Home
last modified time | relevance | path

Searched defs:testLocation (Results 1 – 2 of 2) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/executors/
DDevice.java244 private String getOatFileName(String testLocation, String programName) { in getOatFileName()
249 public void cleanCodeCache(Architecture architecture, String testLocation, String programName) { in cleanCodeCache()
255 public void pushProgramToDevice(String programName, String testLocation) { in pushProgramToDevice()
258 executeCommand(getExecutionPrefixWithAdb("push") + programName + " " + testLocation, false); in pushProgramToDevice() local
DExecutor.java38 protected String testLocation; field in Executor