Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-auth.c2251 DBusString guid_copy; in _dbus_auth_server_new() local
2253 if (!_dbus_string_init (&guid_copy)) in _dbus_auth_server_new()
2256 if (!_dbus_string_copy (guid, 0, &guid_copy, 0)) in _dbus_auth_server_new()
2258 _dbus_string_free (&guid_copy); in _dbus_auth_server_new()
2265 _dbus_string_free (&guid_copy); in _dbus_auth_server_new()
2274 server_auth->guid = guid_copy; in _dbus_auth_server_new()