Home
last modified time | relevance | path

Searched refs:new_ret (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/lib/libavb/
Davb_cmdline.c64 char* new_ret = avb_replace(ret, replace_str[n], guid_buf); in avb_sub_cmdline() local
66 ret = new_ret; in avb_sub_cmdline()
78 char* new_ret = avb_replace(ret, in avb_sub_cmdline() local
82 ret = new_ret; in avb_sub_cmdline()
305 char* new_ret; in avb_append_options() local
335 new_ret = avb_replace( in avb_append_options()
338 slot_data->cmdline = new_ret; in avb_append_options()
/external/avb/libavb/
Davb_cmdline.c91 char* new_ret = avb_replace(ret, replace_str[n], guid_buf); in avb_sub_cmdline() local
93 ret = new_ret; in avb_sub_cmdline()
105 char* new_ret = avb_replace(ret, in avb_sub_cmdline() local
109 ret = new_ret; in avb_sub_cmdline()
333 char* new_ret; in avb_append_options() local
368 new_ret = avb_replace( in avb_append_options()
371 slot_data->cmdline = new_ret; in avb_append_options()
/external/libcxx/utils/google-benchmark/test/
Doutput_test_helper.cc141 bool new_ret = rep->ReportContext(context); in ReportContext() local
142 CHECK(first || new_ret == last_ret) in ReportContext()
145 last_ret = new_ret; in ReportContext()
/external/google-benchmark/test/
Doutput_test_helper.cc141 bool new_ret = rep->ReportContext(context); in ReportContext() local
142 CHECK(first || new_ret == last_ret) in ReportContext()
145 last_ret = new_ret; in ReportContext()