Home
last modified time | relevance | path

Searched refs:pathlib (Results 1 – 25 of 111) sorted by relevance

12345

/Zephyr-latest/boards/microchip/mec172xevb_assy6906/support/
Dmec172x_remote_flasher.py50 import pathlib
129 remote_tmp = pathlib.PurePosixPath("/tmp")
132 remote_tmp = pathlib.PureWindowsPath(args.remote_tmp)
134 remote_tmp = pathlib.PurePosixPath(args.remote_tmp)
137 spi_file_path = pathlib.Path(args.build_dir)
/Zephyr-latest/scripts/footprint/
Dtrack.py9 import pathlib
25 pathlib.Path(f'footprint_data/{version}').mkdir(exist_ok=True, parents=True)
55pathlib.Path(f'footprint_data/{version}/{name}/{feature}/{board}').mkdir(parents=True, exist_ok=Tr…
/Zephyr-latest/scripts/west_commands/
Dsign.py8 import pathlib
232 b = pathlib.Path(build_dir)
416 conf_dir = pathlib.Path(args.tool_data)
418 conf_dir = pathlib.Path(self.cmake_cache['RIMAGE_CONFIG_PATH'])
429 str(pathlib.Path('zephyr') / 'include' / 'generated' / 'uuid-registry.h')
457 … str(pathlib.Path('zephyr') / 'include' / 'generated' / 'zephyr' / 'autoconf.h')]
459 str(pathlib.Path('zephyr') / 'include' / 'generated' / 'uuid-registry.h')]
473 b = pathlib.Path(build_dir)
516 pathlib.Path(o).unlink(missing_ok=True)
545 sof_src_dir = pathlib.Path(sof_proj[0].abspath)
[all …]
Dflash.py13 from pathlib import Path
Dexport.py6 from pathlib import Path
Dzephyr_ext_common.py13 from pathlib import Path
/Zephyr-latest/scripts/build/
Dcheck_init_priorities.py24 import pathlib
233 edt_pickle_path = pathlib.Path(
234 pathlib.Path(elf_file_path).parent,
302 parser.add_argument("-f", "--elf-file", default=pathlib.Path("build", "zephyr", "zephyr.elf"),
313 parser.add_argument("--edt-pickle", default=pathlib.Path("edt.pickle"),
315 type=pathlib.Path)
/Zephyr-latest/scripts/west_commands/fetchers/
Dcore.py6 from pathlib import Path
D__init__.py8 from pathlib import Path
/Zephyr-latest/scripts/tests/twister/
Dtest_errors.py12 from pathlib import Path
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/
D__init__.py12 from pathlib import Path
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/
Ddomains_helper.py10 from pathlib import Path
Dutils.py9 from pathlib import Path
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/
Dplugin_test.py7 from pathlib import Path
Dconftest.py8 from pathlib import Path
/Zephyr-latest/tests/boot/with_mcumgr/pytest/
Dwest_sign_wrapper.py10 from pathlib import Path
Dtest_downgrade_prevention.py7 from pathlib import Path
/Zephyr-latest/scripts/
Dtwister187 from pathlib import Path
Dmake_bugs_pickle.py11 from pathlib import Path
Ddump_bugs_pickle.py10 from pathlib import Path
Dlist_shields.py9 from pathlib import Path
/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/
Dconftest.py5 from pathlib import Path
/Zephyr-latest/scripts/ci/
Derrno.py16 from pathlib import Path
/Zephyr-latest/scripts/ruff/
Dgen_lint_exclude.py8 from pathlib import Path, PurePosixPath
/Zephyr-latest/scripts/utils/
Dtwister_to_list.py15 from pathlib import Path

12345