Searched refs:cacheLocation (Results 1 – 1 of 1) sorted by relevance
260 String cacheLocation = ""; in getCacheLocation() local262 cacheLocation = androidData + "/dalvik-cache/" + architecture.asString() + "/"; in getCacheLocation()264 cacheLocation = "/data/dalvik-cache/" + architecture.asString() + "/"; in getCacheLocation()266 return cacheLocation; in getCacheLocation()