Searched refs:cache_location (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | utils.h | 283 bool GetDalvikCacheFilename(const char* file_location, const char* cache_location, 288 const char* cache_location);
|
D | utils.cc | 1354 bool GetDalvikCacheFilename(const char* location, const char* cache_location, in GetDalvikCacheFilename() argument 1366 *filename = StringPrintf("%s/%s", cache_location, cache_file.c_str()); in GetDalvikCacheFilename() 1370 std::string GetDalvikCacheFilenameOrDie(const char* location, const char* cache_location) { in GetDalvikCacheFilenameOrDie() argument 1373 if (!GetDalvikCacheFilename(location, cache_location, &ret, &error_msg)) { in GetDalvikCacheFilenameOrDie()
|