Home
last modified time | relevance | path

Searched refs:has_cache (Results 1 – 2 of 2) sorted by relevance

/art/cmdline/
Dcmdline.h49 bool has_cache = false; in LocationToFilename() local
74 has_cache = true; in LocationToFilename()
80 } else if (has_cache) { in LocationToFilename()
/art/runtime/gc/space/
Dimage_space.cc212 bool* has_cache, in FindImageFilenameImpl() argument
217 *has_cache = false; in FindImageFilenameImpl()
250 *has_cache = OS::FileExists(cache_filename->c_str()); in FindImageFilenameImpl()
252 return *has_system || *has_cache; in FindImageFilenameImpl()
261 bool* has_cache, in FindImageFilename() argument
271 has_cache, in FindImageFilename()
3497 bool has_cache = false; in IsBootClassPathOnDisk() local
3506 &has_cache, in IsBootClassPathOnDisk()
3508 DCHECK(has_system || has_cache); in IsBootClassPathOnDisk()
3511 : (has_cache ? cache_filename : system_filename); in IsBootClassPathOnDisk()
[all …]