Searched defs:uuid (Results 1 - 2 of 2) sorted by relevance

/system/extras/ext4_utils/
H A Duuid.c27 #include "uuid.h"
30 struct uuid { struct
53 struct uuid *uuid = (struct uuid *)result; local
56 memcpy(uuid, sha1, sizeof(struct uuid));
58 uuid->time_low = ntohl(uuid->time_low);
59 uuid
[all...]
/system/core/gpttool/
H A Dgpttool.c87 void get_uuid(u8 *uuid) argument
91 read(fd, uuid, 16);

Completed in 549 milliseconds