Home
last modified time | relevance | path

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

/systemd-251/src/core/
Ddbus-execute.c3589 _cleanup_free_ char *source_escaped = NULL, *destination_escaped = NULL; in bus_exec_context_set_transient_property() local
3613 destination_escaped = shell_escape(destination, ":"); in bus_exec_context_set_transient_property()
3614 if (!destination_escaped) in bus_exec_context_set_transient_property()
3622 destination_escaped); in bus_exec_context_set_transient_property()
3796 … _cleanup_free_ char *destination_escaped = NULL, *source_escaped = NULL; in bus_exec_context_set_transient_property() local
3817 destination_escaped = xescape(destination, ":"); in bus_exec_context_set_transient_property()
3818 if (!source_escaped || !destination_escaped) in bus_exec_context_set_transient_property()
3826 destination_escaped); in bus_exec_context_set_transient_property()