Home
last modified time | relevance | path

Searched refs:kUuidDigit17 (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
Dhelpers.cc180 static const char kUuidDigit17[4] = {'8', '9', 'a', 'b'}; variable
272 str.push_back(kUuidDigit17[bytes[15] % 4]); in CreateRandomUuid()