HomeSort by relevance Sort by last modified time
    Searched refs:GetDalvikCacheFilename (Results 1 - 5 of 5) sorted by null

  /art/runtime/native/
dalvik_system_DexFile.cc 525 have_cache_filename = GetDalvikCacheFilename(filename, cache_dir.c_str(), &cache_filename,
  /art/runtime/
utils.h 504 bool GetDalvikCacheFilename(const char* file_location, const char* cache_location,
utils.cc     [all...]
  /art/runtime/gc/space/
image_space.cc 229 if (!GetDalvikCacheFilename(image_location, dalvik_cache.c_str(), cache_filename, &error_msg)) {
    [all...]
  /art/patchoat/
patchoat.cc 95 if (GetDalvikCacheFilename(location.c_str(), dalvik_cache.c_str(),
    [all...]

Completed in 149 milliseconds