Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dpath-util.h90 int path_strv_make_absolute_cwd(char **l);
Dpath-util.c39 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
Dpath-lookup.c216 if (path_strv_make_absolute_cwd(res) < 0) in user_dirs()
/systemd-251/src/tmpfiles/
Dtmpfiles.c333 r = path_strv_make_absolute_cwd(res); in user_config_paths()