Lines Matching refs:target
193 def __merge_dict(self, src, target, ignore_pubs=True):
194 """Merges the given src dictionary into the target
195 dictionary, giving us the target content as it would appear,
197 repositories that made up target.
200 version from the src dictionary into the target dictionary.
203 package with no version in the target."""
206 if p not in target:
207 target[p] = src[p]
221 targ_dic = build_dic(target[p])
238 target[p] = l
240 def __realpath(self, path, target):
241 """Combine path and target to get the real path."""
245 for frag in target.split(os.sep):
468 target = action.attrs["target"]
469 realtarget = self.__realpath(path, target)
471 # Check against the target image (ref_paths), since links might
490 engine.error(_("%s %s has unresolvable target '%s'") %
491 (action.name, path, target),