Searched refs:user_home (Results 1 - 1 of 1) sorted by relevance
/systemd/src/systemctl/ |
H A D | systemctl.c | 4731 static int init_home_and_lookup_paths(char **user_home, char **user_runtime, LookupPaths *lp) { argument 4734 assert(user_home); 4739 r = user_config_home(user_home); 4777 _cleanup_free_ char *user_home = NULL; local 4791 r = init_home_and_lookup_paths(&user_home, &user_runtime, &lp); 5847 static int get_file_to_edit(const char *name, const char *user_home, const char *user_runtime, char **ret_path) { argument 5865 assert(user_home); 5868 path = path_join(arg_root, user_home, name); 5903 static int unit_file_create_dropin(const char *unit_name, const char *user_home, const char *user_runtime, char **ret_new_path, char **ret_tmp_path) { argument 5912 r = get_file_to_edit(ending, user_home, user_runtim 5928 unit_file_create_copy( const char *unit_name, const char *fragment_path, const char *user_home, const char *user_runtime, char **ret_new_path, char **ret_tmp_path) argument 6059 _cleanup_free_ char *user_home = NULL; local [all...] |
Completed in 52 milliseconds