Searched refs:filepath (Results 1 – 10 of 10) 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/samples/boards/nordic/coresight_stm/pytest/ |
D | test_stm.py | 34 def _analyse_autoconf(filepath: str) -> None:
|
/Zephyr-latest/doc/_scripts/ |
D | gen_devicetree_rest.py | 266 filepath = Path(dirpath) / filename 267 with open(filepath, encoding="utf-8") as f: 270 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/tests/boards/nrf/coresight_stm/pytest/ |
D | test_stm.py | 49 def _analyse_autoconf(filepath: str) -> None:
|
/Zephyr-latest/boards/nxp/mr_canhubk3/support/ |
D | startup.cmm | 9 ; - elfFile filepath of ELF to load *
|
/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 | 691 def mock_open(filepath, *args, **kwargs): argument 692 if filepath == expected_defconfig_path: 695 elif filepath == expected_edt_pickle_path:
|