Searched refs:search_paths (Results 1 – 3 of 3) sorted by relevance
13 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)
74 search_paths = [os.path.join(os.getcwd(), 'include')]78 for path in search_paths:85 for path in search_paths:
24 search_paths = [] variable208 for path in search_paths: