OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_uuid
(Results
1 - 4
of
4
) 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
/system/core/gpttool/
gpttool.c
87
void
get_uuid
(u8 *uuid)
function
137
get_uuid
(entry->uniq_uuid);
315
get_uuid
(hdr->volume_uuid);
Completed in 37 milliseconds