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

/art/runtime/
H A Dutils.h503 // rooted at cache_location.
504 bool GetDalvikCacheFilename(const char* file_location, const char* cache_location,
507 // dies trying. The path returned will be rooted at cache_location.
509 const char* cache_location);
H A Dutils.cc1254 bool GetDalvikCacheFilename(const char* location, const char* cache_location, argument
1266 *filename = StringPrintf("%s/%s", cache_location, cache_file.c_str());
1270 std::string GetDalvikCacheFilenameOrDie(const char* location, const char* cache_location) { argument
1273 if (!GetDalvikCacheFilename(location, cache_location, &ret, &error_msg)) {
H A Dclass_linker.cc934 std::string cache_location; local
938 cache_location = GetDalvikCacheFilenameOrDie(dex_location, dalvik_cache.c_str());
939 oat_location = cache_location.c_str();

Completed in 136 milliseconds