Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/executors/
DDevice.java269 private String getOatFileName(String testLocation, String programName) { in getOatFileName()
274 public void cleanCodeCache(Architecture architecture, String testLocation, String programName) { in cleanCodeCache()
280 public void pushProgramToDevice(String programName, String testLocation) { in pushProgramToDevice()
DExecutor.java38 protected String testLocation; field in Executor