Home
last modified time | relevance | path

Searched refs:which_wild (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage-postinst-intercepts.bbclass17 searched = oe.path.which_wild('*', ':'.join(search_paths), candidates=True)
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpath.py296 def which_wild(pathname, path=None, mode=os.F_OK, *, reverse=False, candidates=False): function
/openbmc/openbmc/poky/meta/lib/oe/package_manager/
H A D__init__.py189 postinst_intercepts = oe.path.which_wild('*', postinst_intercepts_path)