Home | History | Annotate | Download | only in dbus

Lines Matching defs:encoded

544  * @param encoded string to append hex uuid to
549 DBusString *encoded)
553 return _dbus_string_hex_encode (&binary, 0, encoded, _dbus_string_get_length (encoded));
600 "UUID file '%s' contains %d bytes of hex-encoded data instead of %d",
628 DBusString encoded;
630 _dbus_string_init (&encoded);
634 if (!_dbus_uuid_encode (uuid, &encoded))
651 if (!_dbus_string_append_byte (&encoded, '\n'))
657 if (!_dbus_string_save_to_file (&encoded, filename, error))
663 _dbus_string_free (&encoded);
670 _dbus_string_free (&encoded);
724 * Gets the hex-encoded UUID of the machine this function is
730 * @param uuid_str string to append hex-encoded machine uuid to