Home
last modified time | relevance | path

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

/art/runtime/base/
Dfile_utils.h55 bool* have_android_data, bool* dalvik_cache_exists, bool* is_global_cache);
Dfile_utils.cc234 bool* have_android_data, bool* dalvik_cache_exists, bool* is_global_cache) { in GetDalvikCache() argument
239 *have_android_data = false; in GetDalvikCache()
244 *have_android_data = true; in GetDalvikCache()
/art/cmdline/
Dcmdline.h56 bool have_android_data = false; in LocationToFilename() local
61 &have_android_data, &dalvik_cache_exists, &is_global_cache); in LocationToFilename()
64 if (have_android_data && dalvik_cache_exists) { in LocationToFilename()
/art/runtime/
Ddexopt_test.cc203 bool have_android_data; in PreRelocateImage() local
209 &have_android_data, in PreRelocateImage()