Searched defs:second_actual (Results 1 - 2 of 2) sorted by relevance

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

Completed in 133 milliseconds