Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/executors/
DDevice.java260 String cacheLocation = ""; in getCacheLocation() local
262 cacheLocation = androidData + "/dalvik-cache/" + architecture.asString() + "/"; in getCacheLocation()
264 cacheLocation = "/data/dalvik-cache/" + architecture.asString() + "/"; in getCacheLocation()
266 return cacheLocation; in getCacheLocation()