Searched refs:path_make_absolute_cwd (Results 1 - 6 of 6) sorted by relevance
/systemd/src/basic/ |
H A D | path-util.c | 87 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 D | path-util.h | 42 int path_make_absolute_cwd(const char *p, char **ret);
|
H A D | selinux-util.c | 347 r = path_make_absolute_cwd(path, &newpath); 455 r = path_make_absolute_cwd(path, &newpath);
|
/systemd/src/analyze/ |
H A D | analyze-verify.c | 44 r = path_make_absolute_cwd(filename, &abspath);
|
/systemd/src/coredump/ |
H A D | coredumpctl.c | 100 r = path_make_absolute_cwd(match, &p);
|
/systemd/src/machine/ |
H A D | machinectl.c | 1095 r = path_make_absolute_cwd(host_path, &abs_host_path);
|
Completed in 829 milliseconds