Home
last modified time | relevance | path

Searched refs:escaped_path (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-dbus.c90 char *escaped_path = NULL; in pa_get_dbus_address_from_server_type() local
95 pa_assert_se((escaped_path = dbus_address_escape_value(runtime_path))); in pa_get_dbus_address_from_server_type()
96 address = pa_sprintf_malloc("unix:path=%s", escaped_path); in pa_get_dbus_address_from_server_type()
100 pa_assert_se((escaped_path = dbus_address_escape_value(PA_DBUS_SYSTEM_SOCKET_PATH))); in pa_get_dbus_address_from_server_type()
101 address = pa_sprintf_malloc("unix:path=%s", escaped_path); in pa_get_dbus_address_from_server_type()
113 dbus_free(escaped_path); in pa_get_dbus_address_from_server_type()

Completed in 2 milliseconds