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.h215 bool* has_system);
Dimage_space.cc120 bool* has_system, in FindImageFilenameImpl() argument
122 *has_system = false; in FindImageFilenameImpl()
129 *has_system = true; in FindImageFilenameImpl()
132 return *has_system; in FindImageFilenameImpl()
138 bool* has_system) { in FindImageFilename() argument
142 has_system, in FindImageFilename()
3151 bool has_system = false; in IsBootClassPathOnDisk() local
3156 &has_system)) { in IsBootClassPathOnDisk()
3157 DCHECK(has_system); in IsBootClassPathOnDisk()
3455 bool has_system = false; in VerifyBootClassPathChecksums() local
[all …]