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()
186 bool* has_system, in FindImageFilenameImpl() argument195 *has_system = false; in FindImageFilenameImpl()202 *has_system = true; in FindImageFilenameImpl()227 return *has_system; in FindImageFilenameImpl()231 return *has_system || *has_cache; in FindImageFilenameImpl()237 bool* has_system, in FindImageFilename() argument245 has_system, in FindImageFilename()281 bool has_system = false; in ReadImageHeader() local289 &has_system, in ReadImageHeader()295 if (has_system) { in ReadImageHeader()[all …]
129 bool* has_system,