Searched refs:path_strv_make_absolute_cwd (Results 1 – 4 of 4) sorted by relevance
90 int path_strv_make_absolute_cwd(char **l);
39 r = path_strv_make_absolute_cwd(l); in path_split_and_make_absolute()212 int path_strv_make_absolute_cwd(char **l) { in path_strv_make_absolute_cwd() function
216 if (path_strv_make_absolute_cwd(res) < 0) in user_dirs()
333 r = path_strv_make_absolute_cwd(res); in user_config_paths()