Lines Matching refs:path
37 """Exception that is raised when a file uses a relative path for the
47 "a relative path.").format(**vars(self))
53 def __init__(self, action, path, pkg_vars, proto_dir):
54 base_names = [os.path.basename(path)]
55 paths = [os.path.dirname(path)]
90 # first part of string is path (removes options)
94 if not os.path.isabs(p):
100 p = os.path.join("/usr", p[1:])