Home
last modified time | relevance | path

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

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