Searched refs:include_path (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test_dtlib.py | 29 def parse(dts, include_path=(), **kwargs): argument 37 return dtlib.DT(path, include_path, **kwargs) 42 def verify_parse(dts, expected, include_path=()): argument 49 dt = parse(dts[1:], include_path) 352 include_path=(tmp_path,)) 1070 dt = dtlib.DT("test.dts", include_path=(subdir_1, subdir_2)) 2133 dt = parse(dts, include_path=("foo", "bar")) 2142 dt = parse(dts, include_path=iter(("foo", "bar"))) 2535 dt = dtlib.DT(main_file, include_path=[tmpdir])
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 764 def __init__(self, filename: Optional[str], include_path: Iterable[str] = (), 797 self._parse_file(filename, include_path) 1047 def _parse_file(self, filename: str, include_path: Iterable[str]): 1048 self._include_path = list(include_path)
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfiglib.py | 1056 self.top_node.include_path = () 2941 node.include_path = self._include_path 3035 node.include_path = self._include_path 3055 node.include_path = self._include_path 3087 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))
|