Searched refs:boot_path (Results 1 – 4 of 4) sorted by relevance
/aosp14/system/core/fs_mgr/libfs_avb/tests/ |
H A D | basic_test.cpp | 29 base::FilePath boot_path = GenerateImage("boot.img", image_size); in TEST_F() local 30 EXPECT_NE(0U, boot_path.value().size()); in TEST_F() 34 ASSERT_TRUE(base::GetFileSize(boot_path, &file_size)); in TEST_F() 77 base::FilePath boot_path = GenerateImage("boot.img", image_size); in TEST_F() local 78 EXPECT_NE(0U, boot_path.value().size()); in TEST_F() 81 ASSERT_TRUE(base::GetFileSize(boot_path, &file_size)); in TEST_F() 84 AddAvbFooter(boot_path, "hash", "boot", partition_size, "SHA256_RSA4096", 10, in TEST_F() 88 ExtractVBMetaImage(boot_path, "boot-vbmeta.img"); in TEST_F() 162 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F() local 164 AddAvbFooter(boot_path, "hash", "boot", boot_partition_size, "SHA256_RSA4096", 10, in TEST_F() [all …]
|
H A D | fs_avb_util_test.cpp | 109 base::FilePath boot_path = GenerateImage("boot.img", image_size); in TEST_F() local 111 AddAvbFooter(boot_path, "hash", "boot", partition_size, "SHA256_RSA4096", 10, in TEST_F() 115 auto boot_vbmeta = ExtractAndLoadVBMetaData(boot_path, "boot-vbmeta.img"); in TEST_F()
|
H A D | fs_avb_test.cpp | 67 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F() local 70 AddAvbFooter(boot_path, "hash", "boot", boot_partition_size, "SHA256_RSA2048", 10, in TEST_F() 138 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F() local 141 AddAvbFooter(boot_path, "hash", "boot", boot_partition_size, "SHA256_RSA2048", 10, in TEST_F() 243 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F() local 246 AddAvbFooter(boot_path, "hash", "boot", boot_partition_size, "SHA256_RSA2048", 10, in TEST_F()
|
H A D | avb_util_test.cpp | 298 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F() local 340 base::FilePath boot_path = GenerateImage("boot.img", image_size); in TEST_F() local 819 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F() local 926 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F() local 1211 base::FilePath boot_path = GenerateImage("boot.img", boot_image_size); in TEST_F() local 1267 EXPECT_TRUE(CompareVBMeta(boot_path, vbmeta_images[1])); in TEST_F() 1346 EXPECT_TRUE(CompareVBMeta(boot_path, vbmeta_images[1])); in TEST_F() 1445 EXPECT_TRUE(CompareVBMeta(boot_path, vbmeta_images[1])); in TEST_F() 1473 EXPECT_TRUE(CompareVBMeta(boot_path, vbmeta_images[1])); in TEST_F() 1549 EXPECT_TRUE(CompareVBMeta(boot_path, vbmeta_images[1])); in TEST_F() [all …]
|