OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:avb_replace
(Results
1 - 4
of
4
) sorted by null
/external/avb/libavb/
avb_cmdline.c
81
ret =
avb_replace
(cmdline, replace_str[n], guid_buf);
83
char* new_ret =
avb_replace
(ret, replace_str[n], guid_buf);
97
char* new_ret =
avb_replace
(ret,
358
new_ret =
avb_replace
(
avb_util.h
260
char*
avb_replace
(const char* str,
avb_util.c
266
char*
avb_replace
(const char* str, const char* search, const char* replace) {
function
/external/avb/test/
avb_util_unittest.cc
475
str =
avb_replace
("$(FOO) blah bah $(FOO $(FOO) blah", "$(FOO)", "OK");
479
str =
avb_replace
("$(FOO)", "$(FOO)", "OK");
483
str =
avb_replace
(" $(FOO)", "$(FOO)", "OK");
487
str =
avb_replace
("$(FOO) ", "$(FOO)", "OK");
491
str =
avb_replace
("$(FOO)$(FOO)", "$(FOO)", "LONGSTRING");
Completed in 125 milliseconds