Searched refs:SanitizeUserName (Results 1 – 2 of 2) sorted by relevance
72 std::string SanitizeUserName(const std::string& username) { in SanitizeUserName() function107 return GetHashedUserPath(SanitizeUserName(username)); in GetUserPath()114 "%s%s", g_root_home_prefix, SanitizeUserName(username).c_str())); in GetRootPath()129 .Append(SanitizeUserName(username)) in GetDaemonPathForHiddenUserHome()
56 BRILLO_EXPORT std::string SanitizeUserName(const std::string& username);