Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/executors/
DDevice.java259 private String getCacheLocation(Architecture architecture) { in getCacheLocation() method in Device
275 String command = getExecutionPrefixWithAdb("shell") + "rm -f " + getCacheLocation(architecture) in cleanCodeCache()