Home
last modified time | relevance | path

Searched refs:avb_str_concat (Results 1 – 6 of 6) sorted by relevance

/external/avb/libavb_user/
Davb_user_verity.c52 if (!avb_str_concat(out_partition_name, in load_top_level_vbmeta_header()
73 if (!avb_str_concat(out_partition_name, in load_top_level_vbmeta_header()
Davb_user_verification.c52 if (!avb_str_concat(out_partition_name, in load_top_level_vbmeta_header()
73 if (!avb_str_concat(out_partition_name, in load_top_level_vbmeta_header()
/external/avb/libavb/
Davb_util.h209 bool avb_str_concat(char* buf,
Davb_slot_verify.c121 if (!avb_str_concat(part_name, in load_and_verify_hash_partition()
269 if (!avb_str_concat(part_name, in load_requested_partitions()
390 if (!avb_str_concat(full_partition_name, in load_and_verify_vbmeta()
918 if (!avb_str_concat(part_name, in sub_cmdline()
Davb_util.c171 bool avb_str_concat(char* buf, in avb_str_concat() function
/external/avb/test/
Davb_util_unittest.cc447 EXPECT_NE(0, avb_str_concat(buf, sizeof buf, "foo", 3, "bar1", 4)); in TEST_F()
450 EXPECT_EQ(0, avb_str_concat(buf, sizeof buf, "foo0", 4, "bar1", 4)); in TEST_F()