Searched refs:has_cache (Results 1 – 2 of 2) sorted by relevance
204 bool* has_cache, in FindImageFilename() argument207 *has_cache = false; in FindImageFilename()233 *has_cache = OS::FileExists(cache_filename->c_str()); in FindImageFilename()235 return *has_system || *has_cache; in FindImageFilename()322 bool has_cache = false; in ReadImageHeader() local326 &cache_filename, &dalvik_cache_exists, &has_cache, &is_global_cache)) { in ReadImageHeader()328 if (has_system && has_cache) { in ReadImageHeader()347 } else if (!has_cache) { in ReadImageHeader()351 } else if (!has_system && has_cache) { in ReadImageHeader()357 if (has_system && has_cache) { in ReadImageHeader()[all …]
72 bool has_cache = false; in LocationToFilename() local97 has_cache = true; in LocationToFilename()103 } else if (has_cache) { in LocationToFilename()1121 bool has_cache = false; in patchoat() local1126 &has_android_data_unused, &has_cache, in patchoat()1130 if (has_cache) { in patchoat()