Searched refs:config_path (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/shared/ |
D | install.c | 578 const char *config_path, in remove_marked_symlinks_fd() argument 591 assert(config_path); in remove_marked_symlinks_fd() 626 …q = remove_marked_symlinks_fd(remove_symlinks_to, nfd, p, config_path, lp, dry_run, restart, chang… in remove_marked_symlinks_fd() 691 (void) rmdir_parents(p, config_path); in remove_marked_symlinks_fd() 712 const char *config_path, in remove_marked_symlinks() argument 722 assert(config_path); in remove_marked_symlinks() 728 fd = open(config_path, O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC); in remove_marked_symlinks() 741 …q = remove_marked_symlinks_fd(remove_symlinks_to, cfd, config_path, config_path, lp, dry_run, &res… in remove_marked_symlinks() 782 const char *config_path, in find_symlinks_in_directory() argument 850 t = path_make_absolute(info->name, config_path); in find_symlinks_in_directory() [all …]
|