HomeSort by relevance Sort by last modified time
    Searched refs:second_actual (Results 1 - 2 of 2) sorted by null

  /system/core/fastboot/
bootimg.c 48 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/
commands.c 60 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 44 milliseconds