Lines Matching full:hardlink
70 "hardlink": [
108 return "hardlink"
120 if t in ("link", "hardlink"):
193 # must be the same. For file and hardlink, see below.
232 if typelhs == "hardlink" and typerhs == "hardlink":
236 # Otherwise, we have a mix of file and hardlink, so we
238 # set of possible target paths for the hardlink.
274 elif name in ("file", "hardlink"):
301 This currently understands file, link, dir, and hardlink actions.
334 elif action.name == "hardlink":
349 return action in frozenset(("file", "dir", "link", "hardlink"))
706 if info.name() == "hardlink":