Lines Matching refs:rp
485 const char *rp; in create_symlink() local
491 rp = skip_root(lp->root_dir, old_path); in create_symlink()
492 if (rp) in create_symlink()
493 old_path = rp; in create_symlink()
699 const char *rp = skip_root(lp->root_dir, p); in remove_marked_symlinks_fd() local
700 q = mark_symlink_for_removal(&remove_symlinks_to, rp ?: p); in remove_marked_symlinks_fd()
2324 const char *rp; in unit_file_unmask() local
2342 rp = skip_root(lp.root_dir, path); in unit_file_unmask()
2343 q = mark_symlink_for_removal(&remove_symlinks_to, rp ?: path); in unit_file_unmask()
2567 const char *rp; in unit_file_revert() local
2589 rp = skip_root(lp.root_dir, *i); in unit_file_revert()
2590 q = mark_symlink_for_removal(&remove_symlinks_to, rp ?: *i); in unit_file_revert()