Home
last modified time | relevance | path

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

/external/u-boot/disk/
Dpart_mac.h67 __u32 boot_size; /* size of boot code, in bytes */ member
/external/u-boot/doc/
DREADME.avb281 mmc read ${loadaddr} ${boot_start} ${boot_size}; \
/external/avb/test/
Davbtool_unittest.cc2116 size_t boot_size = 5 * 1024 * 1024; in TEST_F() local
2118 base::FilePath boot_path = GenerateImage("boot", boot_size); in TEST_F()
Davb_slot_verify_unittest.cc2211 const size_t boot_size = 6 * MiB; in TEST_F() local
2219 base::FilePath boot_path = GenerateImage("boot.img", boot_size); in TEST_F()