Searched refs:avb_strdupv (Results 1 – 5 of 5) sorted by relevance
/third_party/uboot/u-boot-2020.01/lib/libavb/ |
D | avb_util.h | 212 char* avb_strdupv(const char* str,
|
D | avb_util.c | 326 char* avb_strdupv(const char* str, ...) { in avb_strdupv() function
|
D | avb_cmdline.c | 436 avb_strdupv(kDigestSubPrefix, part_name, kDigestSubSuffix, NULL); in avb_add_root_digest_substitution()
|
D | avb_slot_verify.c | 155 avb_strdupv(AVB_NPV_PERSISTENT_DIGEST_PREFIX, part_name, NULL); in read_persistent_digest()
|
/third_party/uboot/u-boot-2020.01/common/ |
D | avb_verify.c | 170 cmd_line = avb_strdupv(cmd_line, " ", cmdline_new, NULL); in append_cmd_line()
|