Searched refs:out_rand (Results 1 – 1 of 1) sorted by relevance
56 std::string out_rand; in RandomStringForPath() local57 out_rand.resize(length); in RandomStringForPath()62 out_rand[i] = kChars[dist(rd)]; in RandomStringForPath()64 return out_rand; in RandomStringForPath()