Searched refs:boot_images (Results 1 – 4 of 4) sorted by relevance
89 std::vector<std::string> boot_images = map.GetOrDefault(Opt::Image); in TEST_F() local90 ASSERT_EQ(1U, boot_images.size()); in TEST_F()91 EXPECT_EQ(std::string("boot_image"), boot_images[0]); in TEST_F()
679 for (const auto& [isa, boot_images] : boot_images_to_generate_for_isas) { in CompilationUnitCount()680 count += boot_images.Count(); in CompilationUnitCount()1926 BootImages boot_images, in CompileBootClasspath() argument1928 DCHECK_GT(boot_images.Count(), 0); in CompileBootClasspath()1929 DCHECK_IMPLIES(boot_images.primary_boot_image, boot_images.boot_image_mainline_extension); in CompileBootClasspath()1942 if (result.IsOk() && boot_images.primary_boot_image) { in CompileBootClasspath()1965 if (!result.IsOk() && boot_images.primary_boot_image) { in CompileBootClasspath()1996 if (result.IsOk() && boot_images.boot_image_mainline_extension) { in CompileBootClasspath()2012 if (!result.IsOk() && boot_images.boot_image_mainline_extension) { in CompileBootClasspath()
351 BootImages boot_images,
907 std::vector<std::string> boot_images = in ProcessOptions() local910 for (std::string& boot_image : boot_images) { in ProcessOptions()919 android::base::Join(boot_images, ImageSpace::kComponentSeparator); in ProcessOptions()