Searched refs:uuid_chars (Results 1 – 1 of 1) sorted by relevance
138 char uuid_chars[37] = {}; in GenerateUuid() local139 uuid_unparse_lower(uuid_bytes, uuid_chars); in GenerateUuid()141 return std::string{uuid_chars}; in GenerateUuid()