Searched refs:filepath (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/scripts/build/ |
D | gen_iter_sections.py | 14 def get_tagged_items(filepath: str, tag: str) -> list: 15 with open(filepath) as fp: 19 def gen_ld(filepath: str, items: list, alignment: int): 20 with open(filepath, "w") as fp: 25 def gen_cmake(filepath: str, items: list, alignment: int): 26 with open(filepath, "w") as fp:
|
/Zephyr-latest/tests/net/socket/udp/ |
D | generate-c-string.py | 20 with open(args.filepath, "w", encoding="UTF-8") as fp:
|
/Zephyr-latest/doc/_scripts/ |
D | gen_devicetree_rest.py | 269 filepath = Path(dirpath) / filename 270 with open(filepath, encoding="utf-8") as f: 273 relative_path = filepath.relative_to(ZEPHYR_BASE)
|
/Zephyr-latest/boards/nxp/ucans32k1sic/support/ |
D | startup.cmm | 10 ; - elfFile filepath of ELF to load *
|
/Zephyr-latest/soc/nuvoton/npcm/common/esiost/ |
D | esiost.py | 308 def _openssl_digest(filepath): argument 315 with open(filepath, "rb") as f:
|
/Zephyr-latest/boards/nxp/mr_canhubk3/support/ |
D | startup.cmm | 9 ; - elfFile filepath of ELF to load *
|
/Zephyr-latest/samples/boards/nordic/coresight_stm/pytest/ |
D | test_stm.py | 48 def analyse_autoconf(filepath: str) -> None:
|
/Zephyr-latest/boards/nxp/s32z2xxdc2/support/ |
D | startup.cmm | 11 ; - elfFile filepath of ELF to load *
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_runner.py | 694 def mock_open(filepath, *args, **kwargs): argument 695 if filepath == expected_defconfig_path: 698 elif filepath == expected_edt_pickle_path:
|