Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dconfig_utils.cpp98 const char hex_characters[] = "0123456789ABCDEF"; in RandomSerialNumber() local
102 str[i] = hex_characters[rand() % strlen(hex_characters)]; in RandomSerialNumber()