HomeSort by relevance Sort by last modified time
    Searched defs:get_uuid (Results 1 - 3 of 3) sorted by null

  /external/dbus/tools/
dbus-uuidgen.c 89 dbus_bool_t get_uuid; local
93 get_uuid = FALSE;
109 get_uuid = TRUE;
119 if (get_uuid && ensure_uuid)
127 if (get_uuid || ensure_uuid)
132 if (get_uuid) /* print nothing on --ensure */
  /external/bluetooth/glib/gio/
gmount.h 50 * @get_uuid: Gets the UUID for the #GMount. The reference is typically based on the file system UUID for the mount in question and should be considered an opaque string. Returns %NULL if there is no UUID available.
83 char * (* get_uuid) (GMount *mount); member in struct:_GMountIface
gvolume.h 83 * @get_uuid: Gets the UUID for the #GVolume. The reference is typically based on the file system UUID for the mount in question and should be considered an opaque string. Returns %NULL if there is no UUID available.
120 char * (* get_uuid) (GVolume *volume); member in struct:_GVolumeIface

Completed in 77 milliseconds