Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dretain.py40 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):
/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.py2009 if recipefile and oe.path.is_path_parent(config.workspace_path, recipefile):