Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dcryptohome.cc61 std::string SanitizeUserName(const std::string& username) { in SanitizeUserName() function
96 return GetHashedUserPath(SanitizeUserName(username)); in GetUserPath()
103 "%s%s", g_root_home_prefix, SanitizeUserName(username).c_str())); in GetRootPath()
Dcryptohome.h50 BRILLO_EXPORT std::string SanitizeUserName(const std::string& username);