Searched refs:path_join (Results 1 - 7 of 7) sorted by relevance
/systemd/src/test/ |
H A D | test-path-util.c | 175 z = path_join(root, path, rest); \ 333 file1 = path_join(NULL, tmp_dir, "file1"); 335 file2 = path_join(NULL, tmp_dir, "file2"); 343 link1 = path_join(NULL, tmp_dir, "link1"); 346 link2 = path_join(NULL, tmp_dir, "link2"); 356 dir1 = path_join(NULL, tmp_dir, "dir1"); 359 dirlink1 = path_join(NULL, tmp_dir, "dirlink1"); 362 dirlink1file = path_join(NULL, tmp_dir, "dirlink1file"); 365 dir2 = path_join(NULL, tmp_dir, "dir2"); 375 dir1file = path_join(NUL [all...] |
/systemd/src/basic/ |
H A D | path-util.h | 49 char* path_join(const char *root, const char *path, const char *rest);
|
H A D | path-util.c | 440 char* path_join(const char *root, const char *path, const char *rest) { function
|
/systemd/src/analyze/ |
H A D | analyze-verify.c | 63 c = path_join(NULL, dir, with_instance); 65 c = path_join(NULL, dir, name);
|
/systemd/src/shared/ |
H A D | install.c | 101 p = path_join(root_dir, "/run/systemd/system", NULL); 103 p = path_join(root_dir, SYSTEM_CONFIG_UNIT_PATH, NULL); 2321 units_dir = path_join(root_dir, *i, NULL); 2397 units_dir = path_join(root_dir, *i, NULL);
|
/systemd/src/systemctl/ |
H A D | systemctl.c | 2287 path = path_join(arg_root, *p, unit_name); 5249 path = path_join(arg_root, *k, name); 5264 p = path_join(arg_root, SYSTEM_SYSVINIT_PATH, name); 5855 path = path_join(arg_root, SYSTEM_CONFIG_UNIT_PATH, name); 5857 run = path_join(arg_root, "/run/systemd/system/", name); 5860 path = path_join(arg_root, USER_CONFIG_UNIT_PATH, name); 5862 run = path_join(arg_root, "/run/systemd/user/", name); 5868 path = path_join(arg_root, user_home, name); 5870 path2 = path_join(arg_root, USER_CONFIG_UNIT_PATH, name); 5873 run = path_join(arg_roo [all...] |
/systemd/src/journal/ |
H A D | journalctl.c | 2051 database = path_join(arg_root, CATALOG_DATABASE, NULL);
|
Completed in 2811 milliseconds