Home
last modified time | relevance | path

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

/system/core/libcutils/
Dstr_parms.cpp334 char *new_str; in combine_strings() local
337 ret = asprintf(&new_str, "%s%s%s=%s", in combine_strings()
346 *old_str = new_str; in combine_strings()