Searched refs:has_cache (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/space/
H A Dimage_space.cc240 bool* has_cache,
243 *has_cache = false;
269 *has_cache = OS::FileExists(cache_filename->c_str());
271 return *has_system || *has_cache;
358 bool has_cache = false; local
362 &cache_filename, &dalvik_cache_exists, &has_cache, &is_global_cache)) {
364 if (has_system && has_cache) {
383 } else if (!has_cache) {
387 } else if (!has_system && has_cache) {
393 if (has_system && has_cache) {
234 FindImageFilename(const char* image_location, const InstructionSet image_isa, std::string* system_filename, bool* has_system, std::string* cache_filename, bool* dalvik_cache_exists, bool* has_cache, bool* is_global_cache) argument
480 bool has_cache = false; local
[all...]
/art/cmdline/
H A Dcmdline.h44 bool has_cache = false; local
69 has_cache = true;
75 } else if (has_cache) {
/art/patchoat/
H A Dpatchoat.cc56 bool has_cache = false; local
81 has_cache = true;
87 } else if (has_cache) {
1144 bool has_cache = false; local
1149 &has_android_data_unused, &has_cache,
1153 if (has_cache) {

Completed in 43 milliseconds