Home | History | Annotate | Download | only in brillo

Lines Matching refs:BRILLO_EXPORT

11 #include <brillo/brillo_export.h>
17 BRILLO_EXPORT extern const char kGuestUserName[];
21 BRILLO_EXPORT base::FilePath GetUserPathPrefix();
25 BRILLO_EXPORT base::FilePath GetRootPathPrefix();
29 BRILLO_EXPORT base::FilePath GetUserPath(const std::string& username);
34 BRILLO_EXPORT base::FilePath GetHashedUserPath(
39 BRILLO_EXPORT base::FilePath GetRootPath(const std::string& username);
42 BRILLO_EXPORT base::FilePath GetDaemonPath(const std::string& username,
47 BRILLO_EXPORT base::FilePath GetDaemonPathForHiddenUserHome(
52 BRILLO_EXPORT bool IsSanitizedUserName(const std::string& sanitized);
56 BRILLO_EXPORT std::string SanitizeUserName(const std::string& username);
60 BRILLO_EXPORT void SetUserHomePrefix(const std::string& prefix);
64 BRILLO_EXPORT void SetRootHomePrefix(const std::string& prefix);
72 BRILLO_EXPORT void SetSystemSalt(std::string* salt);
75 BRILLO_EXPORT std::string* GetSystemSalt();