Searched refs:path_make_absolute_cwd (Results 1 - 6 of 6) sorted by relevance

/systemd/src/basic/
H A Dpath-util.c87 int path_make_absolute_cwd(const char *p, char **ret) { function
210 r = path_make_absolute_cwd(*s, &t);
467 r = path_make_absolute_cwd(name, ret);
655 r = path_make_absolute_cwd(path, &p);
H A Dpath-util.h42 int path_make_absolute_cwd(const char *p, char **ret);
H A Dselinux-util.c347 r = path_make_absolute_cwd(path, &newpath);
455 r = path_make_absolute_cwd(path, &newpath);
/systemd/src/analyze/
H A Danalyze-verify.c44 r = path_make_absolute_cwd(filename, &abspath);
/systemd/src/coredump/
H A Dcoredumpctl.c100 r = path_make_absolute_cwd(match, &p);
/systemd/src/machine/
H A Dmachinectl.c1095 r = path_make_absolute_cwd(host_path, &abs_host_path);

Completed in 829 milliseconds