Searched refs:has_system (Results 1 – 3 of 3) sorted by relevance
48 bool has_system = false; in LocationToFilename() local54 has_system = true; in LocationToFilename()77 if (has_system) { in LocationToFilename()
214 bool* has_system,
207 bool* has_system, in FindImageFilenameImpl() argument216 *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() argument266 has_system, in FindImageFilename()3495 bool has_system = false; in IsBootClassPathOnDisk() local3503 &has_system, in IsBootClassPathOnDisk()3508 DCHECK(has_system || has_cache); in IsBootClassPathOnDisk()[all …]