Home
last modified time | relevance | path

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

/external/dbus/bus/
Dconfig-parser.c195 char *context_copy; in merge_service_context_hash() local
198 context_copy = NULL; in merge_service_context_hash()
209 context_copy = _dbus_strdup (context); in merge_service_context_hash()
210 if (context_copy == NULL) in merge_service_context_hash()
213 if (!_dbus_hash_table_insert_string (dest, service_copy, context_copy)) in merge_service_context_hash()
217 context_copy = NULL; in merge_service_context_hash()
226 if (context_copy) in merge_service_context_hash()
227 dbus_free (context_copy); in merge_service_context_hash()
1696 char *context_copy; in start_selinux_child() local
1699 context_copy = NULL; in start_selinux_child()
[all …]