Home
last modified time | relevance | path

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

/system/core/libcutils/
Dstr_parms.c318 char **old_str = context; in combine_strings() local
323 *old_str ? *old_str : "", in combine_strings()
324 *old_str ? ";" : "", in combine_strings()
327 if (*old_str) in combine_strings()
328 free(*old_str); in combine_strings()
331 *old_str = new_str; in combine_strings()
335 *old_str = NULL; in combine_strings()