Searched refs:GetDalvikCacheFilename (Results 1 - 6 of 6) sorted by relevance

/art/cmdline/
H A Dcmdline.h67 if (GetDalvikCacheFilename(location.c_str(), dalvik_cache.c_str(),
/art/runtime/
H A Dutils.h253 bool GetDalvikCacheFilename(const char* file_location, const char* cache_location,
H A Dutils.cc1333 bool GetDalvikCacheFilename(const char* location, const char* cache_location, function in namespace:art
1352 if (!GetDalvikCacheFilename(location, cache_location, &ret, &error_msg)) {
H A Doat_file_assistant.cc322 // GetDalvikCacheFilename.
326 cached_oat_file_name_found_ = GetDalvikCacheFilename(dex_location_,
/art/runtime/gc/space/
H A Dimage_space.cc265 if (!GetDalvikCacheFilename(image_location, dalvik_cache.c_str(), cache_filename, &error_msg)) {
/art/patchoat/
H A Dpatchoat.cc79 if (GetDalvikCacheFilename(location.c_str(), dalvik_cache.c_str(),

Completed in 2279 milliseconds