Home
last modified time | relevance | path

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

/system/core/fastboot/
Dvendor_boot_img_utils_test.cpp314 EXPECT_EQ(hdr_v4->bootconfig_size, env->bootconfig->size()); in TEST_P()
316 auto s = round_up(hdr_v4->bootconfig_size, hdr_v4->page_size); in TEST_P()
383 EXPECT_EQ(hdr->bootconfig_size, env->bootconfig->size()); in TEST_P()
389 auto s = round_up(hdr->bootconfig_size, hdr->page_size); in TEST_P()
Dvendor_boot_img_utils.cpp253 const uint32_t s = round_up(hdr_v4->bootconfig_size, hdr_v4->page_size); in replace_default_vendor_ramdisk()
316 const uint32_t s = round_up(hdr->bootconfig_size, hdr->page_size); in replace_vendor_ramdisk_fragment()
/system/tools/mkbootimg/include/bootimg/
Dbootimg.h408 uint32_t bootconfig_size; /* size in bytes for the bootconfig section */ member