Home | History | Annotate | Download | only in brillo

Lines Matching refs:string

8 #include <string>
29 BRILLO_EXPORT base::FilePath GetUserPath(const std::string& username);
35 const std::string& hashed_username);
39 BRILLO_EXPORT base::FilePath GetRootPath(const std::string& username);
42 BRILLO_EXPORT base::FilePath GetDaemonPath(const std::string& username,
43 const std::string& daemon);
46 BRILLO_EXPORT bool IsSanitizedUserName(const std::string& sanitized);
50 BRILLO_EXPORT std::string SanitizeUserName(const std::string& username);
54 BRILLO_EXPORT void SetUserHomePrefix(const std::string& prefix);
58 BRILLO_EXPORT void SetRootHomePrefix(const std::string& prefix);
66 BRILLO_EXPORT void SetSystemSalt(std::string* salt);
69 BRILLO_EXPORT std::string* GetSystemSalt();