Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/executors/
DExecutor.java164 device.cleanCodeCache(architecture, testLocation, programName); in prepareProgramForExecution()
DDevice.java249 public void cleanCodeCache(Architecture architecture, String testLocation, String programName) { in cleanCodeCache() method in Device