Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/avb/libavb_user/
H A Davb_ops_user.c464 else if (!strncmp(partition, ANDROID_PARTITION_INIT_BOOT, 9)) in get_preloaded_partition()
492 if (!strncmp(partition, ANDROID_PARTITION_INIT_BOOT, 9) || in get_preloaded_partition()
518 if (!strncmp(partition, ANDROID_PARTITION_INIT_BOOT, 9) || in get_preloaded_partition()
/OK3568_Linux_fs/u-boot/include/
H A Dandroid_image.h16 #define ANDROID_PARTITION_INIT_BOOT "init_boot" macro
/OK3568_Linux_fs/u-boot/common/
H A Dimage-android.c34 #define ANDROID_PARTITION_INIT_BOOT "init_boot" macro
500 ANDROID_PARTITION_INIT_BOOT, &part_init_boot) < 0) { in image_load()
1096 ANDROID_PARTITION_INIT_BOOT, &part) > 0) in extract_boot_image_v34_header()
1305 ANDROID_PARTITION_INIT_BOOT, in populate_andr_img_hdr()
H A Dandroid_bootloader.c516 ANDROID_PARTITION_INIT_BOOT, slot_suffix); in avb_image_distribute_prepare()
560 } else if (!strncmp(ANDROID_PARTITION_INIT_BOOT, part_name, 9)) { in avb_image_distribute_finish()
792 requested_partitions[2] = ANDROID_PARTITION_INIT_BOOT; in android_slot_verify()