Home
last modified time | relevance | path

Searched refs:is_path_parent (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Dpath.py274 def is_path_parent(possible_parent, *paths): function
H A Dpatch.py317 … return os.path.samefile(output, self.dir) or oe.path.is_path_parent(d.getVar('WORKDIR'), output)
/openbmc/openbmc/poky/meta/classes/
H A Dexternalsrc.bbclass97 if oe.path.is_path_parent(externalsrc, d.expand(cleandir)):
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dstandard.py2064 if recipefile and oe.path.is_path_parent(config.workspace_path, recipefile):