Searched refs:avb_replace (Results 1 – 4 of 4) sorted by relevance
/external/avb/libavb/ |
D | avb_cmdline.c | 89 ret = avb_replace(cmdline, replace_str[n], guid_buf); in avb_sub_cmdline() 91 char* new_ret = avb_replace(ret, replace_str[n], guid_buf); in avb_sub_cmdline() 113 char* new_ret = avb_replace(ret, in avb_sub_cmdline() 361 new_ret = avb_replace( in avb_append_options()
|
D | avb_util.h | 266 char* avb_replace(const char* str,
|
D | avb_util.c | 291 char* avb_replace(const char* str, const char* search, const char* replace) { in avb_replace() function
|
/external/avb/test/ |
D | avb_util_unittest.cc | 475 str = avb_replace("$(FOO) blah bah $(FOO $(FOO) blah", "$(FOO)", "OK"); in TEST_F() 479 str = avb_replace("$(FOO)", "$(FOO)", "OK"); in TEST_F() 483 str = avb_replace(" $(FOO)", "$(FOO)", "OK"); in TEST_F() 487 str = avb_replace("$(FOO) ", "$(FOO)", "OK"); in TEST_F() 491 str = avb_replace("$(FOO)$(FOO)", "$(FOO)", "LONGSTRING"); in TEST_F()
|