Searched refs:is_path_parent (Results 1 – 4 of 4) sorted by relevance
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)):
2064 if recipefile and oe.path.is_path_parent(config.workspace_path, recipefile):