Searched defs:config_home (Results 1 - 1 of 1) sorted by relevance

/systemd/src/shared/
H A Dpath-lookup.c35 int user_config_home(char **config_home) { argument
45 *config_home = r;
56 *config_home = r;
131 _cleanup_free_ char *config_home = NULL, *runtime_dir = NULL, *data_home = NULL; local
146 if (user_config_home(&config_home) < 0)
178 if (config_home)
179 if (strv_extend(&res, config_home) < 0)

Completed in 517 milliseconds