Home
last modified time | relevance | path

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

/art/odrefresh/
Dodrefresh.cc1395 BootImages boot_images_on_system{.primary_boot_image = false, in CheckBootClasspathArtifactsAreUpToDate() local
1401 boot_images_on_system.primary_boot_image = true; in CheckBootClasspathArtifactsAreUpToDate()
1407 if (boot_images_on_system.primary_boot_image && system_result.IsBootImageMainlineExtensionOk()) { in CheckBootClasspathArtifactsAreUpToDate()
1410 boot_images_on_system.boot_image_mainline_extension = true; in CheckBootClasspathArtifactsAreUpToDate()
1416 if (boot_images_on_system.Count() == BootImages::kMaxCount) { in CheckBootClasspathArtifactsAreUpToDate()
1446 if (boot_images_on_system.primary_boot_image || boot_images_on_data.primary_boot_image) { in CheckBootClasspathArtifactsAreUpToDate()
1463 !boot_images_on_system.primary_boot_image && !boot_images_on_data.primary_boot_image, in CheckBootClasspathArtifactsAreUpToDate()
1464 .boot_image_mainline_extension = !boot_images_on_system.boot_image_mainline_extension && in CheckBootClasspathArtifactsAreUpToDate()