Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Ddatabase.c38 char *machine_id = NULL, *filename_prefix, *full_path; in pa_database_open() local
47 if (prependmid && !(machine_id = pa_machine_id())) { in pa_database_open()
52 if (machine_id) in pa_database_open()
53 filename_prefix = pa_sprintf_malloc("%s-%s", machine_id, fn); in pa_database_open()
104 pa_xfree(machine_id); in pa_database_open()
/third_party/glib/gio/
Dgdbusaddress.c1081 gchar *machine_id; in get_session_address_dbus_launch() local
1090 machine_id = NULL; in get_session_address_dbus_launch()
1105 machine_id = _g_dbus_get_machine_id (error); in get_session_address_dbus_launch()
1106 if (machine_id == NULL) in get_session_address_dbus_launch()
1134 …_line = g_strdup_printf ("dbus-launch --autolaunch=%s --binary-syntax --close-stderr", machine_id); in get_session_address_dbus_launch()
1195 g_free (machine_id); in get_session_address_dbus_launch()
Dgdbusconnection.c359 gchar *machine_id; member
688 g_free (connection->machine_id); in g_dbus_connection_finalize()
7009 if (connection->machine_id == NULL) in handle_generic_get_machine_id_unlocked()
7014 connection->machine_id = _g_dbus_get_machine_id (&error); in handle_generic_get_machine_id_unlocked()
7015 if (connection->machine_id == NULL) in handle_generic_get_machine_id_unlocked()
7027 g_dbus_message_set_body (reply, g_variant_new ("(s)", connection->machine_id)); in handle_generic_get_machine_id_unlocked()