Lines Matching full:error
29 #error "dbus-uuidgen should not be needed on Windows"
46 DBusError *error)
55 _DBUS_SET_OOM (error);
72 * @param error error return
73 * @returns #FALSE if error is set
79 DBusError *error)
87 if (!_dbus_read_uuid_file (&filename_str, &uuid, create_if_not_found, error))
88 goto error;
92 if (!_dbus_read_local_machine_uuid (&uuid, create_if_not_found, error))
93 goto error;
96 if (!return_uuid(&uuid, uuid_p, error))
97 goto error;
101 error:
102 _DBUS_ASSERT_ERROR_IS_SET (error);