Home
last modified time | relevance | path

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

/external/avb/test/
Davb_slot_verify_unittest.cc498 const size_t boot_image_size = 5 * 1024 * 1024; in TEST_F() local
500 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F()
566 const size_t boot_image_size = 5 * 1024 * 1024; in TEST_F() local
568 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F()
634 const size_t boot_image_size = 5 * 1024 * 1024; in TEST_F() local
635 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F()
729 EXPECT_EQ(boot_image_size, slot_data->loaded_partitions[0].data_size); in TEST_F()
758 const size_t boot_image_size = 5 * 1024 * 1024; in TEST_F() local
759 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F()
825 EXPECT_EQ(boot_image_size, slot_data->loaded_partitions[0].data_size); in TEST_F()
[all …]
Davb_ab_flow_unittest.cc180 const size_t boot_image_size = 5 * 1024 * 1024; in GenerateSlot() local
181 base::FilePath boot_path = GenerateImage(boot_name, boot_image_size); in GenerateSlot()
Davbtool_unittest.cc2628 const size_t boot_image_size = 5 * 1024 * 1024; in GenerateImageWithHashAndHashtreeSetup() local
2629 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in GenerateImageWithHashAndHashtreeSetup()
3012 const size_t boot_image_size = 5 * 1024 * 1024; in TEST_F() local
3013 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F()
/external/arm-trusted-firmware/tools/marvell/doimage/
Ddoimage.c82 uint32_t boot_image_size; /* 12-15 */ member
578 image, main_hdr->boot_image_size, in verify_secure_header_signatures()
1047 header->boot_image_size = final_image_sz; in finalize_secure_ext()
1145 print_field(main_hdr, header_t, boot_image_size, FMT_DEC, base); in print_header()
1307 main_hdr->boot_image_size); in parse_image()
1508 header->boot_image_size = (image_size + 3) & (~0x3); in write_prolog()