Home
last modified time | relevance | path

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

/external/avb/test/
Davb_slot_verify_unittest.cc369 const size_t boot_image_size = 5 * 1024 * 1024; in TEST_F() local
371 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F()
437 const size_t boot_image_size = 5 * 1024 * 1024; in TEST_F() local
438 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F()
529 EXPECT_EQ(boot_image_size, slot_data->loaded_partitions[0].data_size); in TEST_F()
630 const size_t boot_image_size = 5 * 1024 * 1024; in TEST_F() local
631 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F()
775 EXPECT_EQ(boot_image_size, slot_data->loaded_partitions[0].data_size); in TEST_F()
1025 const size_t boot_image_size = 5 * 1024 * 1024; in TEST_F() local
1026 base::FilePath boot_path = GenerateImage("boot.img", boot_image_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.cc1748 const size_t boot_image_size = 5 * 1024 * 1024; in GenerateImageWithHashAndHashtreeSetup() local
1749 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in GenerateImageWithHashAndHashtreeSetup()