HomeSort by relevance Sort by last modified time
    Searched defs:dalvik_cache (Results 1 - 4 of 4) sorted by null

  /art/runtime/gc/space/
image_space.cc 218 std::string dalvik_cache; local
219 GetDalvikCache(GetInstructionSetString(image_isa), true, &dalvik_cache, local
229 if (!GetDalvikCacheFilename(image_location, dalvik_cache.c_str(), cache_filename, &error_msg)) {
465 "any dalvik_cache to find/place it in.",
    [all...]
  /art/patchoat/
patchoat.cc 83 std::string dalvik_cache; local
84 GetDalvikCache(GetInstructionSetString(isa), false, &dalvik_cache, local
95 if (GetDalvikCacheFilename(location.c_str(), dalvik_cache.c_str(),
    [all...]
  /art/runtime/
utils.cc 1232 const std::string dalvik_cache = dalvik_cache_root + subdir; local
    [all...]
class_linker.cc 1261 std::string dalvik_cache; local
1265 GetDalvikCache(GetInstructionSetString(kRuntimeISA), false, &dalvik_cache, local
    [all...]

Completed in 171 milliseconds