Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/
Dsnippets.py243 process_snippets_in(root, snippets, args.sysbuild)
259 process_snippets_in(root, snippets, False)
263 def process_snippets_in(root_dir: Path, snippets: Snippets, sysbuild: bool) -> None: function