Home
last modified time | relevance | path

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

/system/core/fastboot/
Dvendor_boot_img_utils.cpp338 uint32_t new_total_ramdisk_size = 0; in replace_vendor_ramdisk_fragment() local
344 new_total_ramdisk_size += new_ramdisk.size(); in replace_vendor_ramdisk_fragment()
348 new_total_ramdisk_size += old_ramdisk_entry->ramdisk_size; in replace_vendor_ramdisk_fragment()
351 new_hdr->vendor_ramdisk_size = new_total_ramdisk_size; in replace_vendor_ramdisk_fragment()
367 for (uint32_t new_total_ramdisk_size = 0, new_entry_idx = 0; in replace_vendor_ramdisk_fragment() local
372 new_entry->ramdisk_offset = new_total_ramdisk_size; in replace_vendor_ramdisk_fragment()
377 new_total_ramdisk_size += new_entry->ramdisk_size; in replace_vendor_ramdisk_fragment()