Home
last modified time | relevance | path

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

/art/runtime/
Dutils.h253 bool GetDalvikCacheFilename(const char* file_location, const char* cache_location,
258 const char* cache_location);
Dutils.cc1333 bool GetDalvikCacheFilename(const char* location, const char* cache_location, in GetDalvikCacheFilename() argument
1345 *filename = StringPrintf("%s/%s", cache_location, cache_file.c_str()); in GetDalvikCacheFilename()
1349 std::string GetDalvikCacheFilenameOrDie(const char* location, const char* cache_location) { in GetDalvikCacheFilenameOrDie() argument
1352 if (!GetDalvikCacheFilename(location, cache_location, &ret, &error_msg)) { in GetDalvikCacheFilenameOrDie()