Home
last modified time | relevance | path

Searched refs:is_global_cache (Results 1 – 5 of 5) sorted by relevance

/art/runtime/base/
Dfile_utils.cc234 bool* have_android_data, bool* dalvik_cache_exists, bool* is_global_cache) { in GetDalvikCache() argument
241 *is_global_cache = false; in GetDalvikCache()
249 *is_global_cache = strcmp(android_data, "/data") == 0; in GetDalvikCache()
250 if (create_if_absent && !*dalvik_cache_exists && !*is_global_cache) { in GetDalvikCache()
Dfile_utils.h55 bool* have_android_data, bool* dalvik_cache_exists, bool* is_global_cache);
/art/runtime/
Ddexopt_test.cc205 bool is_global_cache; in PreRelocateImage() local
211 &is_global_cache); in PreRelocateImage()
/art/cmdline/
Dcmdline.h58 bool is_global_cache = false; in LocationToFilename() local
61 &have_android_data, &dalvik_cache_exists, &is_global_cache); in LocationToFilename()
/art/runtime/gc/space/
Dimage_space.h122 bool *is_global_cache);