Home
last modified time | relevance | path

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

/external/dbus/bus/
Dconfig-parser.c255 char *context_copy; in merge_service_context_hash() local
258 context_copy = NULL; in merge_service_context_hash()
269 context_copy = _dbus_strdup (context); in merge_service_context_hash()
270 if (context_copy == NULL) in merge_service_context_hash()
273 if (!_dbus_hash_table_insert_string (dest, service_copy, context_copy)) in merge_service_context_hash()
277 context_copy = NULL; in merge_service_context_hash()
286 if (context_copy) in merge_service_context_hash()
287 dbus_free (context_copy); in merge_service_context_hash()
1636 char *context_copy; in start_selinux_child() local
1639 context_copy = NULL; in start_selinux_child()
[all …]