Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dbus-util.c402 _cleanup_free_ char *sender_label = NULL, *external_label = NULL; in bus_path_encode_unique() local
421 sender_label = bus_label_escape(sender_id); in bus_path_encode_unique()
422 if (!sender_label) in bus_path_encode_unique()
429 p = path_join(prefix, sender_label, external_label); in bus_path_encode_unique()