Searched defs:cache_location (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dutils.cc1354 bool GetDalvikCacheFilename(const char* location, const char* cache_location, argument
1366 *filename = StringPrintf("%s/%s", cache_location, cache_file.c_str());
1370 std::string GetDalvikCacheFilenameOrDie(const char* location, const char* cache_location) { argument
1373 if (!GetDalvikCacheFilename(location, cache_location, &ret, &error_msg)) {

Completed in 62 milliseconds