Searched refs:GenerateImage (Results 1 – 5 of 5) sorted by relevance
/external/avb/test/ |
D | avb_slot_verify_unittest.cc | 500 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F() 539 GenerateImage("boot_a.img", new_boot_image_size, 1 /* start_byte */); in TEST_F() 568 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F() 607 GenerateImage("boot_a.img", new_boot_image_size, 1 /* start_byte */); in TEST_F() 635 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F() 759 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F() 838 base::FilePath boot_path = GenerateImage("boot_a.img", boot_image_size); in TEST_F() 894 base::FilePath boot_path = GenerateImage("boot_a.img", 5 * 1024 * 1024); in TEST_F() 967 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F() 1152 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F() [all …]
|
D | avbtool_unittest.cc | 793 base::FilePath boot_path = GenerateImage("boot", max_image_size); in TEST_F() 809 base::FilePath path = GenerateImage("digest_location", 1024); in TEST_F() 853 base::FilePath path = GenerateImage("digest_location", 1024); in TEST_F() 898 base::FilePath path = GenerateImage("digest_location", 1024); in TEST_F() 1605 base::FilePath system_path = GenerateImage("system", max_image_size); in TEST_F() 1640 base::FilePath system_path = GenerateImage("system", max_image_size); in TEST_F() 1674 base::FilePath system_path = GenerateImage("system", max_image_size); in TEST_F() 1726 base::FilePath path = GenerateImage("digest_location", partition_size / 2); in TEST_F() 1778 base::FilePath path = GenerateImage("digest_location", partition_size / 2); in TEST_F() 1831 base::FilePath path = GenerateImage("digest_location", partition_size / 2); in TEST_F() [all …]
|
D | avb_ab_flow_unittest.cc | 173 GenerateImage(boot_name, 1024 * 1024); in GenerateSlot() 174 GenerateImage(vbmeta_name, 1024 * 1024); in GenerateSlot() 175 GenerateImage(odm_name, 1024 * 1024); in GenerateSlot() 181 base::FilePath boot_path = GenerateImage(boot_name, boot_image_size); in GenerateSlot() 195 base::FilePath odm_path = GenerateImage(odm_name, odm_image_size); in GenerateSlot() 221 pk_path = GenerateImage("dummy.avbpubkey", 32); in GenerateSlot() 1327 base::FilePath misc_path = GenerateImage("misc.img", misc_size); in TEST_F()
|
D | avb_unittest_util.h | 86 base::FilePath GenerateImage(const std::string file_name,
|
D | avb_unittest_util.cc | 126 base::FilePath BaseAvbToolTest::GenerateImage(const std::string file_name, in GenerateImage() function in avb::BaseAvbToolTest
|