Searched refs:is_path_parent (Results 1 – 5 of 5) sorted by relevance
40 if not oe.path.is_path_parent(tmpdir, retain_outdir):75 if not oe.path.is_path_parent(tmpdir, retain_outdir):142 if not oe.path.is_path_parent(tmpdir, retain_outdir):189 if not oe.path.is_path_parent(tmpdir, retain_outdir):
274 def is_path_parent(possible_parent, *paths): function
317 … return os.path.samefile(output, self.dir) or oe.path.is_path_parent(d.getVar('WORKDIR'), output)
97 if oe.path.is_path_parent(externalsrc, d.expand(cleandir)):
2009 if recipefile and oe.path.is_path_parent(config.workspace_path, recipefile):