Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/
Dsnippets.py247 def find_snippets_in_roots(requested_snippets, snippet_roots) -> Snippets: argument
258 for root in snippet_roots:
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Denvironment.py1028 self.snippet_roots = [Path(ZEPHYR_BASE)]
1033 self.snippet_roots.append(Path(module.project) / snippet_root)
Dtestplan.py1043 [*self.env.snippet_roots, Path(ts.source_dir)]