Home
last modified time | relevance | path

Searched refs:has_system (Results 1 – 3 of 3) sorted by relevance

/art/cmdline/
Dcmdline.h48 bool has_system = false; in LocationToFilename() local
54 has_system = true; in LocationToFilename()
77 if (has_system) { in LocationToFilename()
/art/runtime/gc/space/
Dimage_space.cc186 bool* has_system, in FindImageFilenameImpl() argument
195 *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() argument
245 has_system, in FindImageFilename()
281 bool has_system = false; in ReadImageHeader() local
289 &has_system, in ReadImageHeader()
295 if (has_system) { in ReadImageHeader()
[all …]
Dimage_space.h129 bool* has_system,