Searched refs:get_partition_size (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | android_bootloader.c | 480 static size_t get_partition_size(AvbOps *ops, char *name, in get_partition_size() function 512 boot_size = max(get_partition_size(ops, ANDROID_PARTITION_BOOT, slot_suffix), in avb_image_distribute_prepare() 513 get_partition_size(ops, ANDROID_PARTITION_RECOVERY, slot_suffix)); in avb_image_distribute_prepare() 514 init_boot_size = get_partition_size(ops, in avb_image_distribute_prepare() 516 vendor_boot_size = get_partition_size(ops, in avb_image_distribute_prepare() 518 resource_size = get_partition_size(ops, in avb_image_distribute_prepare()
|