Searched refs:include_path (Results 1 – 5 of 5) sorted by relevance
| /Zephyr-4.3.0/scripts/dts/python-devicetree/tests/ |
| D | test_dtlib.py | 42 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/ |
| D | dtlib.py | 798 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/ |
| D | kconfiglib.py | 1055 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
|
| D | guiconfig.py | 2262 if not node.include_path: 2268 for filename, linenr in node.include_path))
|
| D | menuconfig.py | 2787 if not node.include_path: 2793 for filename, linenr in node.include_path))
|