Searched refs:have_android_data (Results 1 – 5 of 5) sorted by relevance
54 bool have_android_data = false; in LocationToFilename() local59 &have_android_data, &dalvik_cache_exists, &is_global_cache); in LocationToFilename()62 if (have_android_data && dalvik_cache_exists) { in LocationToFilename()
153 bool have_android_data; in GetCachedImageFile() local159 &have_android_data, in GetCachedImageFile()
791 bool* have_android_data, bool* dalvik_cache_exists, bool* is_global_cache) { in GetDalvikCache() argument796 *have_android_data = false; in GetDalvikCache()801 *have_android_data = true; in GetDalvikCache()
166 bool* have_android_data, bool* dalvik_cache_exists, bool* is_global_cache);
175 bool have_android_data = false; in FindImageFilenameImpl() local180 &have_android_data, in FindImageFilenameImpl()184 if (have_android_data && *dalvik_cache_exists) { in FindImageFilenameImpl()