Home
last modified time | relevance | path

Searched defs:ancestor (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/.gitlab-ci.d/
H A Dcheck-patch.py29 ancestor = subprocess.check_output(["git", "merge-base", variable
33 ancestor = ancestor.strip() variable
H A Dcheck-dco.py26 ancestor = subprocess.check_output(["git", "merge-base", variable
30 ancestor = ancestor.strip() variable
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py2153 def path_is_descendant(descendant, ancestor): argument