Searched refs:is_path_parent (Results 1 – 4 of 4) sorted by relevance
268 def is_path_parent(possible_parent, *paths): function
314 … return os.path.samefile(output, self.dir) or oe.path.is_path_parent(d.getVar('WORKDIR'), output)
100 if oe.path.is_path_parent(externalsrc, d.expand(cleandir)):
1972 if recipefile and oe.path.is_path_parent(config.workspace_path, recipefile):