HomeSort by relevance Sort by last modified time
    Searched refs:_dbus_uuid_encode (Results 1 - 5 of 5) sorted by null

  /external/dbus/dbus/
dbus-uuidgen.c 59 if (!_dbus_uuid_encode (uuid, &encoded) ||
dbus-internals.c 639 _dbus_uuid_encode (const DBusGUID *uuid, function
739 if (!_dbus_uuid_encode (uuid, &encoded))
851 ok = _dbus_uuid_encode (&machine_uuid, uuid_str);
dbus-internals.h 360 dbus_bool_t _dbus_uuid_encode (const DBusGUID *uuid,
dbus-server.c 113 if (!_dbus_uuid_encode (&server->guid, &server->guid_hex))
    [all...]
  /external/dbus/bus/
bus.c 940 return _dbus_uuid_encode (&context->uuid, uuid);
    [all...]

Completed in 72 milliseconds