HomeSort by relevance Sort by last modified time
    Searched refs:SanitizeUserName (Results 1 - 2 of 2) sorted by null

  /external/libbrillo/brillo/
cryptohome.cc 61 std::string SanitizeUserName(const std::string& username) {
96 return GetHashedUserPath(SanitizeUserName(username));
103 "%s%s", g_root_home_prefix, SanitizeUserName(username).c_str()));
cryptohome.h 48 // Returns a sanitized form of |username|. For x != y, SanitizeUserName(x) !=
49 // SanitizeUserName(y).
50 BRILLO_EXPORT std::string SanitizeUserName(const std::string& username);

Completed in 81 milliseconds