Home
last modified time | relevance | path

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

/external/avb/test/
Davb_slot_verify_unittest.cc1682 const size_t boot_part_size = 32 * 1024 * 1024; in VerificationDisabled() local
1690 base::FilePath boot_path = GenerateImage("boot_a.img", boot_part_size); in VerificationDisabled()
1807 EXPECT_EQ(boot_part_size, slot_data->loaded_partitions[0].data_size); in VerificationDisabled()
1808 for (size_t n = 0; n < boot_part_size; n++) { in VerificationDisabled()
1835 const size_t boot_part_size = 8 * MiB; in TEST_F() local
1900 (int)boot_part_size, in TEST_F()