Home
last modified time | relevance | path

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

/external/avb/examples/uefi/
Dmain.c94 additional_cmdline = avb_strdupv("skip_initramfs ", in efi_main()
/external/u-boot/lib/libavb/
Davb_util.h212 char* avb_strdupv(const char* str,
Davb_cmdline.c398 avb_strdupv(kDigestSubPrefix, part_name, kDigestSubSuffix, NULL); in avb_add_root_digest_substitution()
Davb_util.c326 char* avb_strdupv(const char* str, ...) { in avb_strdupv() function
Davb_slot_verify.c130 avb_strdupv(AVB_NPV_PERSISTENT_DIGEST_PREFIX, part_name, NULL); in read_persistent_digest()
/external/avb/libavb/
Davb_util.h231 char* avb_strdupv(const char* str,
Davb_cmdline.c438 avb_strdupv(kDigestSubPrefix, part_name, kDigestSubSuffix, NULL); in avb_add_root_digest_substitution()
Davb_util.c345 char* avb_strdupv(const char* str, ...) { in avb_strdupv() function
Davb_slot_verify.c174 avb_strdupv(AVB_NPV_PERSISTENT_DIGEST_PREFIX, part_name, NULL); in read_persistent_digest()
/external/avb/test/
Davb_util_unittest.cc500 str = avb_strdupv("x", "y", "z", NULL); in TEST_F()
504 str = avb_strdupv("Hello", "World", " XYZ", NULL); in TEST_F()
/external/avb/libavb_user/
Davb_ops_user.cpp62 path = avb_strdupv("/dev/block/by-name/", name, NULL); in open_partition()
/external/u-boot/common/
Davb_verify.c166 cmd_line = avb_strdupv(cmd_line, " ", cmdline_new, NULL); in append_cmd_line()