Home
last modified time | relevance | path

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

/system/core/libcutils/
Dstr_parms.c341 char **old_str = context; in combine_strings() local
346 *old_str ? *old_str : "", in combine_strings()
347 *old_str ? ";" : "", in combine_strings()
350 if (*old_str) in combine_strings()
351 free(*old_str); in combine_strings()
354 *old_str = new_str; in combine_strings()
358 *old_str = NULL; in combine_strings()