Lines Matching refs:source_escaped
3589 _cleanup_free_ char *source_escaped = NULL, *destination_escaped = NULL; in bus_exec_context_set_transient_property() local
3610 source_escaped = shell_escape(source, ":"); in bus_exec_context_set_transient_property()
3611 if (!source_escaped) in bus_exec_context_set_transient_property()
3620 source_escaped, in bus_exec_context_set_transient_property()
3687 _cleanup_free_ char *source_escaped = NULL; in bus_exec_context_set_transient_property() local
3705 source_escaped = shell_escape(source, ":"); in bus_exec_context_set_transient_property()
3706 if (!source_escaped) in bus_exec_context_set_transient_property()
3712 source_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
3816 source_escaped = xescape(source, ":"); in bus_exec_context_set_transient_property()
3818 if (!source_escaped || !destination_escaped) in bus_exec_context_set_transient_property()
3825 source_escaped, in bus_exec_context_set_transient_property()