Home
last modified time | relevance | path

Searched refs:g_root_home_prefix (Results 1 – 1 of 1) sorted by relevance

/external/libbrillo/brillo/
Dcryptohome.cc39 static char g_root_home_prefix[PATH_MAX] = "/home/root/"; variable
96 return FilePath(g_root_home_prefix); in GetRootPathPrefix()
114 "%s%s", g_root_home_prefix, SanitizeUserName(username).c_str())); in GetRootPath()
149 if (prefix.length() < sizeof(g_root_home_prefix)) { in SetRootHomePrefix()
151 g_root_home_prefix, sizeof(g_root_home_prefix), "%s", prefix.c_str()); in SetRootHomePrefix()