Home
last modified time | relevance | path

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

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