Home
last modified time | relevance | path

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

/art/odrefresh/
Dodrefresh.cc1423 BootImages boot_images_on_data{.primary_boot_image = false, in CheckBootClasspathArtifactsAreUpToDate() local
1430 boot_images_on_data.primary_boot_image = true; in CheckBootClasspathArtifactsAreUpToDate()
1446 if (boot_images_on_system.primary_boot_image || boot_images_on_data.primary_boot_image) { in CheckBootClasspathArtifactsAreUpToDate()
1451 boot_images_on_data.boot_image_mainline_extension = true; in CheckBootClasspathArtifactsAreUpToDate()
1463 !boot_images_on_system.primary_boot_image && !boot_images_on_data.primary_boot_image, in CheckBootClasspathArtifactsAreUpToDate()
1465 !boot_images_on_data.boot_image_mainline_extension, in CheckBootClasspathArtifactsAreUpToDate()