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

/art/runtime/
H A Dutils.h252 // rooted at cache_location.
253 bool GetDalvikCacheFilename(const char* file_location, const char* cache_location,
256 // dies trying. The path returned will be rooted at cache_location.
258 const char* cache_location);
H A Dutils.cc1333 bool GetDalvikCacheFilename(const char* location, const char* cache_location, argument
1345 *filename = StringPrintf("%s/%s", cache_location, cache_file.c_str());
1349 std::string GetDalvikCacheFilenameOrDie(const char* location, const char* cache_location) { argument
1352 if (!GetDalvikCacheFilename(location, cache_location, &ret, &error_msg)) {

Completed in 44 milliseconds