Searched refs:kChars (Results 1 – 1 of 1) sorted by relevance
51 constexpr char kChars[] = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; in RandomStringForPath() local52 constexpr size_t kCharLastIndex = sizeof(kChars) - 1; in RandomStringForPath()60 out_rand[i] = kChars[dist(rd) % (kCharLastIndex)]; in RandomStringForPath()