Searched refs:system_partition_size (Results 1 – 4 of 4) sorted by relevance
/aosp14/system/core/fs_mgr/libfs_avb/tests/ |
H A D | fs_avb_test.cpp | 76 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 79 AddAvbFooter(system_path, "hashtree", "system", system_partition_size, "SHA512_RSA4096", 20, in TEST_F() 147 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 150 AddAvbFooter(system_path, "hashtree", "system", system_partition_size, "SHA512_RSA4096", 20, in TEST_F() 252 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 255 AddAvbFooter(system_path, "hashtree", "system", system_partition_size, "SHA512_RSA4096", 20, in TEST_F()
|
H A D | basic_test.cpp | 170 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 173 AddAvbFooter(system_path, "hashtree", "system", system_partition_size, "SHA512_RSA8192", 20, in TEST_F() 234 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 237 AddAvbFooter(system_path, "hashtree", "system", system_partition_size, "SHA512_RSA4096", 20, in TEST_F()
|
H A D | avb_util_test.cpp | 306 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 827 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 934 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 996 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 1030 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 1105 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 1163 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 1220 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 1303 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 1385 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local [all …]
|
H A D | fs_avb_util_test.cpp | 34 const size_t system_partition_size = 15 * 1024 * 1024; in TEST_F() local 38 AddAvbFooter(system_path, "hashtree", "system", system_partition_size, "SHA512_RSA4096", 20, in TEST_F()
|