Lines Matching refs:target
1082 def follow_renames(self, pkg_name, target=None, old_mfs=[],
1084 """Given a package name, and an optional target pfmri that we
1093 If legacy is True, as well as checking that the target
1094 name was reached, we also look for the leaf-name of the target.
1100 # When doing legacy action checks, the leaf of the target pkg
1103 if legacy and target:
1104 leaf_name = target.get_name().split("/")[-1]
1106 leaf_mf = self.get_manifest(target.get_name(),
1148 target=target, old_mfs=old_mfs,
1153 # of which our target is a successor
1154 if target and mf and \
1155 lint_fmri_successor(target, mf.fmri,