Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dinstall.c547 Set **remove_symlinks_to, in mark_symlink_for_removal() argument
555 r = set_ensure_allocated(remove_symlinks_to, &path_hash_ops); in mark_symlink_for_removal()
565 r = set_consume(*remove_symlinks_to, n); in mark_symlink_for_removal()
575 Set *remove_symlinks_to, in remove_marked_symlinks_fd() argument
588 assert(remove_symlinks_to); 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()
647 found = set_contains(remove_symlinks_to, de->d_name); in remove_marked_symlinks_fd()
656 found = set_contains(remove_symlinks_to, template); in remove_marked_symlinks_fd()
674 found = set_contains(remove_symlinks_to, dest) || in remove_marked_symlinks_fd()
675 set_contains(remove_symlinks_to, basename(dest)); in remove_marked_symlinks_fd()
[all …]