Home | History | Annotate | Download | only in platform

Lines Matching defs:uuid

32 #include "UUID.h"
60 QUuid uuid = QUuid::createUuid();
61 String canonicalUuidStr = uuid.toString().mid(1, 36).toLower(); // remove opening and closing bracket and make it lower.
65 GUID uuid = { 0 };
66 HRESULT hr = CoCreateGuid(&uuid);
70 int num = StringFromGUID2(uuid, reinterpret_cast<LPOLESTR>(uuidStr), WTF_ARRAY_LENGTH(uuidStr));
76 CFUUIDRef uuid = CFUUIDCreate(0);
77 CFStringRef uuidStrRef = CFUUIDCreateString(0, uuid);
80 CFRelease(uuid);
86 FILE* fptr = fopen("/proc/sys/kernel/random/uuid", "r");
102 // Format as Version 4 UUID.