Home | History | Annotate | Download | only in space

Lines Matching defs:has_cache

204                                    bool* has_cache,
207 *has_cache = false;
233 *has_cache = OS::FileExists(cache_filename->c_str());
235 return *has_system || *has_cache;
322 bool has_cache = false;
326 &cache_filename, &dalvik_cache_exists, &has_cache, &is_global_cache)) {
328 if (has_system && has_cache) {
347 } else if (!has_cache) {
351 } else if (!has_system && has_cache) {
357 if (has_system && has_cache) {
371 } else if (has_cache) {
444 bool has_cache = false;
449 &has_cache, &is_global_cache);
470 if (has_cache && ChecksumsMatch(system_filename.c_str(), cache_filename.c_str())) {
508 CHECK(has_cache);
513 if (has_system && has_cache) {
526 CHECK(has_cache);