Lines Matching refs:has_system
207 bool* has_system, in FindImageFilenameImpl() argument
216 *has_system = false; in FindImageFilenameImpl()
223 *has_system = true; in FindImageFilenameImpl()
248 return *has_system; in FindImageFilenameImpl()
252 return *has_system || *has_cache; in FindImageFilenameImpl()
258 bool* has_system, in FindImageFilename() argument
266 has_system, in FindImageFilename()
3495 bool has_system = false; in IsBootClassPathOnDisk() local
3503 &has_system, in IsBootClassPathOnDisk()
3508 DCHECK(has_system || has_cache); in IsBootClassPathOnDisk()
3510 ? (has_system ? system_filename : cache_filename) in IsBootClassPathOnDisk()
3930 bool has_system = false; in VerifyBootClassPathChecksums() local
3938 &has_system, in VerifyBootClassPathChecksums()
3949 DCHECK(has_system || has_cache); in VerifyBootClassPathChecksums()
3950 bool use_system = (order == ImageSpaceLoadingOrder::kSystemFirst) ? has_system : !has_cache; in VerifyBootClassPathChecksums()