Searched refs:g_root_home_prefix (Results 1 – 1 of 1) sorted by relevance
28 static char g_root_home_prefix[PATH_MAX] = "/home/root/"; variable85 return FilePath(g_root_home_prefix); in GetRootPathPrefix()103 "%s%s", g_root_home_prefix, SanitizeUserName(username).c_str())); in GetRootPath()126 if (prefix.length() < sizeof(g_root_home_prefix)) { in SetRootHomePrefix()128 g_root_home_prefix, sizeof(g_root_home_prefix), "%s", prefix.c_str()); in SetRootHomePrefix()