Lines Matching refs:path
53 return _("Couldn't find '{hash}' needed for '{path}'"
56 path=self.file_path, dirs="\n".join(
59 return _("Couldn't find '{path}' in any of the "
61 path=self.file_path,
179 """Return the path to the file that generated this dependency.
182 return self.action.attrs["path"]
212 def make_relative(path, dir):
213 """If 'path' is an absolute path, make it relative to the
214 directory path given, otherwise, make it relative to root."""
215 if path.startswith(dir):
216 path = path[len(dir):]
217 return path.lstrip("/")
279 # the code path in _check_path simpler.
295 "{0}.path".format(
302 """Return the a value that represents the path of the
311 returns the path to the file that satisfies this dependency, or
319 norm_path = os.path.normpath(os.path.join(self.proto_dir,
324 real_path = os.path.realpath(norm_path)
337 packages that deliver the path and the variants under which the
338 path is present.
346 path can resolve into, given a set of known links.
383 path_to_check = os.path.normpath(
384 os.path.join(rp, bn))
406 'resolve_links' is a function which finds the real paths a path
424 """Insert our default search path where the PD_DEFAULT_PATH token was
437 # whole default search path