Home
last modified time | relevance | path

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

/system/core/fastboot/
Dbootimg.c48 unsigned second_actual; in mkbootimg() local
56 second_actual = (second_size + page_mask) & (~page_mask); in mkbootimg()
58 *bootimg_size = page_size + kernel_actual + ramdisk_actual + second_actual; in mkbootimg()
/system/core/fastbootd/
Dcommands.c60 unsigned second_actual; in cmd_boot() local
109 second_actual = ROUND_TO_PAGE(hdr->second_size, hdr->page_size); in cmd_boot()
135 hdr->second_addr, second_ptr, second_actual, in cmd_boot()