Home
last modified time | relevance | path

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

/Zephyr-4.3.0/scripts/dts/python-devicetree/tests/
Dtest_dtlib.py42 def parse(dts, include_path=(), **kwargs): argument
50 return dtlib.DT(path, include_path, **kwargs)
55 def verify_parse(dts, expected, include_path=()): argument
62 dt = parse(dts[1:], include_path)
371 include_path=(tmp_path,))
1099 dt = dtlib.DT("test.dts", include_path=(subdir_1, subdir_2))
2165 dt = parse(dts, include_path=("foo", "bar"))
2174 dt = parse(dts, include_path=iter(("foo", "bar")))
2570 dt = dtlib.DT(main_file, include_path=[tmpdir], base_dir=tmpdir)
/Zephyr-4.3.0/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py798 def __init__(self, filename: Optional[str], include_path: Iterable[str] = (),
837 self._parse_file(filename, include_path)
1087 def _parse_file(self, filename: str, include_path: Iterable[str]):
1088 self._include_path = list(include_path)
/Zephyr-4.3.0/scripts/kconfig/
Dkconfiglib.py1055 self.top_node.include_path = ()
2938 node.include_path = self._include_path
3033 node.include_path = self._include_path
3052 node.include_path = self._include_path
3083 node.include_path = self._include_path
Dguiconfig.py2262 if not node.include_path:
2268 for filename, linenr in node.include_path))
Dmenuconfig.py2787 if not node.include_path:
2793 for filename, linenr in node.include_path))