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.h214 bool* has_system,
Dimage_space.cc207 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()
[all …]