Lines Matching full:filepath
19 using base::FilePath;
36 FilePath salt_path(g_system_salt_path);
80 FilePath GetUserPathPrefix() {
81 return FilePath(g_user_home_prefix);
84 FilePath GetRootPathPrefix() {
85 return FilePath(g_root_home_prefix);
88 FilePath GetHashedUserPath(const std::string& hashed_username) {
89 return FilePath(
93 FilePath GetUserPath(const std::string& username) {
95 return FilePath("");
99 FilePath GetRootPath(const std::string& username) {
101 return FilePath("");
102 return FilePath(base::StringPrintf(
106 FilePath GetDaemonPath(const std::string& username, const std::string& daemon) {
108 return FilePath("");