Home
last modified time | relevance | path

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

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