Home
last modified time | relevance | path

Searched refs:str1_len (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_util.c174 size_t str1_len, in avb_str_concat() argument
179 if (!avb_safe_add(&combined_len, str1_len, str2_len)) { in avb_str_concat()
189 avb_memcpy(buf, str1, str1_len); in avb_str_concat()
190 avb_memcpy(buf + str1_len, str2, str2_len); in avb_str_concat()
/OK3568_Linux_fs/u-boot/include/android_avb/
H A Davb_util.h214 size_t str1_len,