Home
last modified time | relevance | path

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

/system/core/libcutils/
Dstr_parms.cpp333 char** old_str = static_cast<char**>(context); in combine_strings() local
338 *old_str ? *old_str : "", in combine_strings()
339 *old_str ? ";" : "", in combine_strings()
342 if (*old_str) in combine_strings()
343 free(*old_str); in combine_strings()
346 *old_str = new_str; in combine_strings()
350 *old_str = NULL; in combine_strings()