Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage-postinst-intercepts.bbclass13 search_paths = []
16 search_paths = [os.path.join(p, op) for p in paths for op in overrides]
17 searched = oe.path.which_wild('*', ':'.join(search_paths), candidates=True)
/openbmc/u-boot/tools/dtoc/
H A Dfdt_util.py74 search_paths = [os.path.join(os.getcwd(), 'include')]
78 for path in search_paths:
85 for path in search_paths:
/openbmc/u-boot/tools/patman/
H A Dtools.py24 search_paths = [] variable
208 for path in search_paths: