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

  /art/runtime/
dex2oat_environment_test.h 153 bool have_android_data; local
159 &have_android_data, local
  /art/cmdline/
cmdline.h 54 bool have_android_data = false; local
59 &have_android_data, &dalvik_cache_exists, &is_global_cache); local
62 if (have_android_data && dalvik_cache_exists) {
  /art/runtime/gc/space/
image_space.cc 175 bool have_android_data = false; local
180 &have_android_data, local
184 if (have_android_data && *dalvik_cache_exists) {
    [all...]

Completed in 770 milliseconds