Home
last modified time | relevance | path

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

/external/dbus/bus/
Ddispatch.c2950 const char *machine_id; in check_existent_get_machine_id() local
2997 machine_id = NULL; in check_existent_get_machine_id()
2998 if (!dbus_message_get_args (message, NULL, DBUS_TYPE_STRING, &machine_id, DBUS_TYPE_INVALID)) in check_existent_get_machine_id()
3005 if (machine_id == NULL || strlen (machine_id) != 32) in check_existent_get_machine_id()
3007 _dbus_warn ("Machine id looks bogus: '%s'\n", machine_id ? machine_id : "null"); in check_existent_get_machine_id()
/external/dbus/dbus/
Ddbus-sysdeps.h431 dbus_bool_t _dbus_read_local_machine_uuid (DBusGUID *machine_id,
Ddbus-sysdeps-unix.c2552 _dbus_read_local_machine_uuid (DBusGUID *machine_id, in _dbus_read_local_machine_uuid() argument
2558 return _dbus_read_uuid_file (&filename, machine_id, create_if_not_found, error); in _dbus_read_local_machine_uuid()