Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.cc219 bool* have_android_data, bool* dalvik_cache_exists, bool* is_global_cache) { in GetDalvikCache() argument
224 UNUSED(have_android_data); in GetDalvikCache()
233 *have_android_data = false; in GetDalvikCache()
238 *have_android_data = true; in GetDalvikCache()
Dfile_utils.h63 bool* have_android_data, bool* dalvik_cache_exists, bool* is_global_cache);
/art/cmdline/
Dcmdline.h57 bool have_android_data = false; in LocationToFilename() local
62 &have_android_data, &dalvik_cache_exists, &is_global_cache); in LocationToFilename()
65 if (have_android_data && dalvik_cache_exists) { in LocationToFilename()
/art/runtime/gc/space/
Dimage_space.cc205 bool have_android_data = false; in FindImageFilenameImpl() local
210 &have_android_data, in FindImageFilenameImpl()
215 DCHECK(have_android_data); in FindImageFilenameImpl()