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

  /art/cmdline/
cmdline.h 55 std::string dalvik_cache; local
56 GetDalvikCache(GetInstructionSetString(isa), false, &dalvik_cache, local
67 if (GetDalvikCacheFilename(location.c_str(), dalvik_cache.c_str(),
  /art/runtime/gc/space/
image_space.cc 254 std::string dalvik_cache; local
255 GetDalvikCache(GetInstructionSetString(image_isa), true, &dalvik_cache, local
265 if (!GetDalvikCacheFilename(image_location, dalvik_cache.c_str(), cache_filename, &error_msg)) {
501 "any dalvik_cache to find/place it in.",
    [all...]
  /art/patchoat/
patchoat.cc 67 std::string dalvik_cache; local
68 GetDalvikCache(GetInstructionSetString(isa), false, &dalvik_cache, local
79 if (GetDalvikCacheFilename(location.c_str(), dalvik_cache.c_str(),
    [all...]
  /art/runtime/
utils.cc 1287 const std::string dalvik_cache = dalvik_cache_root + subdir; local
    [all...]

Completed in 785 milliseconds