Searched refs:SanitizeUserName (Results 1 – 2 of 2) sorted by relevance
61 std::string SanitizeUserName(const std::string& username) { in SanitizeUserName() function96 return GetHashedUserPath(SanitizeUserName(username)); in GetUserPath()103 "%s%s", g_root_home_prefix, SanitizeUserName(username).c_str())); in GetRootPath()
50 BRILLO_EXPORT std::string SanitizeUserName(const std::string& username);