Searched refs:avb_str_concat (Results 1 – 8 of 8) sorted by relevance
/external/avb/libavb_user/ |
D | avb_user_verity.c | 52 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()
|
D | avb_user_verification.c | 52 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_aftl/ |
D | avb_aftl_verify.c | 158 if (!avb_str_concat(part_name, in aftl_slot_verify()
|
/external/avb/libavb/ |
D | avb_util.h | 215 bool avb_str_concat(char* buf,
|
D | avb_slot_verify.c | 349 if (!avb_str_concat(part_name, in load_and_verify_hash_partition() 497 if (!avb_str_concat(part_name, in load_requested_partitions() 621 if (!avb_str_concat(full_partition_name, in load_and_verify_vbmeta() 1342 if (!avb_str_concat(part_name, in has_system_partition()
|
D | avb_cmdline.c | 69 if (!avb_str_concat(part_name, in avb_sub_cmdline()
|
D | avb_util.c | 190 bool avb_str_concat(char* buf, in avb_str_concat() function
|
/external/avb/test/ |
D | avb_util_unittest.cc | 448 EXPECT_NE(0, avb_str_concat(buf, sizeof buf, "foo", 3, "bar1", 4)); in TEST_F() 451 EXPECT_EQ(0, avb_str_concat(buf, sizeof buf, "foo0", 4, "bar1", 4)); in TEST_F()
|