Lines Matching full:error
53 * Aborts with an error message if the condition is false.
61 * Aborts with an error message if called.
193 * Fixed "out of memory" error message, just to avoid
270 * error has been detected. (NOT for unavoidable errors that an app
559 DBusError *error)
568 if (!_dbus_file_get_contents (&contents, filename, error))
569 goto error;
575 dbus_set_error (error, DBUS_ERROR_INVALID_FILE_CONTENT,
580 goto error;
585 _DBUS_SET_OOM (error);
586 goto error;
591 dbus_set_error (error, DBUS_ERROR_INVALID_FILE_CONTENT,
594 goto error;
599 dbus_set_error (error, DBUS_ERROR_INVALID_FILE_CONTENT,
604 goto error;
612 _DBUS_ASSERT_ERROR_IS_CLEAR (error);
616 error:
617 _DBUS_ASSERT_ERROR_IS_SET (error);
626 DBusError *error)
636 _DBUS_SET_OOM (error);
637 goto error;
648 if (!_dbus_create_file_exclusively (filename, error))
649 goto error;
653 _DBUS_SET_OOM (error);
654 goto error;
657 if (!_dbus_string_save_to_file (&encoded, filename, error))
658 goto error;
660 if (!_dbus_make_file_world_readable (filename, error))
661 goto error;
665 _DBUS_ASSERT_ERROR_IS_CLEAR (error);
668 error:
669 _DBUS_ASSERT_ERROR_IS_SET (error);
676 * unless an error is returned.
681 * @param error the error return
682 * @returns #FALSE if the error is set
688 DBusError *error)
699 dbus_move_error (&read_error, error);
703 /* If the file exists and contains junk, we want to keep that error
704 * message instead of overwriting it with a "file exists" error
709 dbus_move_error (&read_error, error);
715 return _dbus_create_uuid_file_exclusively (filename, uuid, error);
741 DBusError error;
742 dbus_error_init (&error);
744 &error))
753 error.message);
756 dbus_error_free (&error);
790 return "error-name";
894 * valid (such as returning an error, or succeeding) occurs, and #FALSE