Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline.h54 bool have_android_data = false; in LocationToFilename() local
59 &have_android_data, &dalvik_cache_exists, &is_global_cache); in LocationToFilename()
62 if (have_android_data && dalvik_cache_exists) { in LocationToFilename()
/art/runtime/
Ddex2oat_environment_test.h153 bool have_android_data; in GetCachedImageFile() local
159 &have_android_data, in GetCachedImageFile()
Dutils.cc791 bool* have_android_data, bool* dalvik_cache_exists, bool* is_global_cache) { in GetDalvikCache() argument
796 *have_android_data = false; in GetDalvikCache()
801 *have_android_data = true; in GetDalvikCache()
Dutils.h166 bool* have_android_data, bool* dalvik_cache_exists, bool* is_global_cache);
/art/runtime/gc/space/
Dimage_space.cc175 bool have_android_data = false; in FindImageFilenameImpl() local
180 &have_android_data, in FindImageFilenameImpl()
184 if (have_android_data && *dalvik_cache_exists) { in FindImageFilenameImpl()