Home
last modified time | relevance | path

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

/aosp12/art/cmdline/
H A Dcmdline.h48 bool has_system = false; in LocationToFilename() local
54 has_system = true; in LocationToFilename()
77 if (has_system) { in LocationToFilename()
/aosp12/art/runtime/gc/space/
H A Dimage_space.h215 bool* has_system);
H A 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()
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
3459 &has_system)) { in VerifyBootClassPathChecksums()
[all …]
/aosp12/build/make/tools/releasetools/
H A Dadd_img_to_target_files768 has_system = HasPartition("system")
857 if has_system:
H A Dadd_img_to_target_files.py768 has_system = HasPartition("system")
857 if has_system: