Searched refs:uuid (Results 1 - 5 of 5) 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...]
H A DAndroid.mk13 uuid.c \
/system/vold/
H A DVolume.h94 void setUuid(const char* uuid);
H A DVolume.cpp155 void Volume::setUuid(const char* uuid) { argument
162 if (uuid) {
163 mUuid = strdup(uuid);
/system/core/gpttool/
H A Dgpttool.c87 void get_uuid(u8 *uuid) argument
91 read(fd, uuid, 16);

Completed in 271 milliseconds