Searched refs:second_size (Results 1 – 4 of 4) sorted by relevance
/system/core/fastboot/ |
D | bootimg_utils.cpp | 42 void* second, int64_t second_size, off_t second_offset, in mkbootimg() argument 50 int64_t second_actual = (second_size + page_mask) & (~page_mask); in mkbootimg() 63 hdr->second_size = second_size; in mkbootimg() 74 memcpy(hdr->magic + page_size + kernel_actual + ramdisk_actual, second, second_size); in mkbootimg()
|
D | bootimg_utils.h | 39 void* second, int64_t second_size, off_t second_offset,
|
/system/core/mkbootimg/ |
D | bootimg.h | 41 uint32_t second_size; /* size in bytes */ member
|
/system/extras/verity/ |
D | verify_boot_signature.c | 118 + page_align(hdr.second_size, hdr.page_size), in get_signature_offset()
|