Lines Matching refs:root
169 for root in unique_paths(args.board_roots):
170 for arch, boards in find_arch2board_set_in(root, arches, args.board_dir).items():
182 for root in unique_paths(args.arch_roots):
183 arch_set |= find_arches_in(root)
188 def find_arches_in(root): argument
190 arch = root / 'arch'
204 def find_arch2board_set_in(root, arches, board_dir): argument
206 boards = root / 'boards'
320 for root in unique_paths(args.board_roots):
321 board_files.extend((root / 'boards').rglob(BOARD_YML))
337 for root in unique_paths(args.board_roots):
338 board_files.extend((root / 'boards').rglob(BOARD_YML))