Searched refs:uuidStr (Results 1 – 2 of 2) sorted by relevance
314 UUID::UUID(const char * uuidStr){ in UUID() argument316 int len = strlen(uuidStr); in UUID()320 int result = sscanf( (char *) uuidStr, "%x", &uuid16); in UUID()331 while(*uuidStr && i < 16){ in UUID()332 const char c = *uuidStr++; in UUID()
33 UUID(const char * uuidStr);