Lines Matching refs:target
179 def __merge_dict(self, src, target, ignore_pubs=True):
180 """Merges the given src dictionary into the target
181 dictionary, giving us the target content as it would appear,
183 repositories that made up target.
186 version from the src dictionary into the target dictionary.
189 package with no version in the target."""
192 if p not in target:
193 target[p] = src[p]
207 targ_dic = build_dic(target[p])
224 target[p] = l
226 def __realpath(self, path, target):
227 """Combine path and target to get the real path."""
231 for frag in target.split(os.sep):
451 target = action.attrs["target"]
452 realtarget = self.__realpath(path, target)
454 # Check against the target image (ref_paths), since links might
473 engine.error(_("%s %s has unresolvable target '%s'") %
474 (action.name, path, target),