Searched defs:remove_symlinks_to (Results 1 - 1 of 1) sorted by relevance

/systemd/src/shared/
H A Dinstall.c324 Set **remove_symlinks_to,
332 r = set_ensure_allocated(remove_symlinks_to, &string_hash_ops);
342 r = set_consume(*remove_symlinks_to, n);
352 Set *remove_symlinks_to,
364 assert(remove_symlinks_to);
403 q = remove_marked_symlinks_fd(remove_symlinks_to, nfd, p, config_path, restart, changes, n_changes);
435 set_contains(remove_symlinks_to, dest) ||
436 set_contains(remove_symlinks_to, basename(dest)) ||
437 set_contains(remove_symlinks_to, de->d_name);
453 q = mark_symlink_for_removal(&remove_symlinks_to,
323 mark_symlink_for_removal( Set **remove_symlinks_to, const char *p) argument
351 remove_marked_symlinks_fd( Set *remove_symlinks_to, int fd, const char *path, const char *config_path, bool *restart, UnitFileChange **changes, unsigned *n_changes) argument
464 remove_marked_symlinks( Set *remove_symlinks_to, const char *config_path, UnitFileChange **changes, unsigned *n_changes) argument
1449 install_context_mark_for_removal( UnitFileScope scope, InstallContext *c, const LookupPaths *paths, Set **remove_symlinks_to, const char *config_path, const char *root_dir) argument
1548 _cleanup_set_free_free_ Set *remove_symlinks_to = NULL; local
1842 _cleanup_set_free_free_ Set *remove_symlinks_to = NULL; local
2182 _cleanup_set_free_free_ Set *remove_symlinks_to = NULL; local
[all...]

Completed in 37 milliseconds