Home
last modified time | relevance | path

Searched refs:iglob (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/ci/
Dtest_plan.py301 … yamls_found = [yaml for yaml in glob.iglob(head + '/**/testcase.yaml', recursive=True)]
302 … yamls_found.extend([yaml for yaml in glob.iglob(head + '/**/sample.yaml', recursive=True)])
/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py553 from glob import iglob
2986 filenames = sorted(iglob(join(self._srctree_prefix, pattern)))