Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/executors/
DDevice.java235 String cacheLocation = ""; in getCacheLocation() local
237 cacheLocation = androidData + "/dalvik-cache/" + architecture.asString() + "/"; in getCacheLocation()
239 cacheLocation = "/data/dalvik-cache/" + architecture.asString() + "/"; in getCacheLocation()
241 return cacheLocation; in getCacheLocation()