Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/lib/libavb/
Davb_util.h212 char* avb_strdupv(const char* str,
Davb_util.c326 char* avb_strdupv(const char* str, ...) { in avb_strdupv() function
Davb_cmdline.c436 avb_strdupv(kDigestSubPrefix, part_name, kDigestSubSuffix, NULL); in avb_add_root_digest_substitution()
Davb_slot_verify.c155 avb_strdupv(AVB_NPV_PERSISTENT_DIGEST_PREFIX, part_name, NULL); in read_persistent_digest()
/third_party/uboot/u-boot-2020.01/common/
Davb_verify.c170 cmd_line = avb_strdupv(cmd_line, " ", cmdline_new, NULL); in append_cmd_line()