Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/libidmap2/
DFileUtils.cpp56 std::string out_rand; in RandomStringForPath() local
57 out_rand.resize(length); in RandomStringForPath()
62 out_rand[i] = kChars[dist(rd)]; in RandomStringForPath()
64 return out_rand; in RandomStringForPath()