Home
last modified time | relevance | path

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

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