Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-userdb.c223 static DBusUserDatabase *system_db = NULL; variable
230 if (system_db != NULL) in shutdown_system_db()
231 _dbus_user_database_unref (system_db); in shutdown_system_db()
232 system_db = NULL; in shutdown_system_db()
242 if (system_db == NULL) in init_system_db()
247 system_db = _dbus_user_database_new (); in init_system_db()
248 if (system_db == NULL) in init_system_db()
251 if (!_dbus_user_database_get_uid (system_db, in init_system_db()
256 _dbus_user_database_unref (system_db); in init_system_db()
257 system_db = NULL; in init_system_db()
[all …]