Home
last modified time | relevance | path

Searched refs:filepath (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/scripts/build/
Dgen_iter_sections.py14 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/
Dgenerate-c-string.py20 with open(args.filepath, "w", encoding="UTF-8") as fp:
/Zephyr-latest/samples/boards/nordic/coresight_stm/pytest/
Dtest_stm.py34 def _analyse_autoconf(filepath: str) -> None:
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py266 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/
Dstartup.cmm10 ; - elfFile filepath of ELF to load *
/Zephyr-latest/soc/nuvoton/npcm/common/esiost/
Desiost.py308 def _openssl_digest(filepath): argument
315 with open(filepath, "rb") as f:
/Zephyr-latest/tests/boards/nrf/coresight_stm/pytest/
Dtest_stm.py49 def _analyse_autoconf(filepath: str) -> None:
/Zephyr-latest/boards/nxp/mr_canhubk3/support/
Dstartup.cmm9 ; - elfFile filepath of ELF to load *
/Zephyr-latest/boards/nxp/s32z2xxdc2/support/
Dstartup.cmm11 ; - elfFile filepath of ELF to load *
/Zephyr-latest/scripts/tests/twister/
Dtest_runner.py691 def mock_open(filepath, *args, **kwargs): argument
692 if filepath == expected_defconfig_path:
695 elif filepath == expected_edt_pickle_path: