Searched refs:exist_ok (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/scripts/footprint/ |
D | track.py | 25 pathlib.Path(f'footprint_data/{version}').mkdir(exist_ok=True, parents=True) 55 …thlib.Path(f'footprint_data/{version}/{name}/{feature}/{board}').mkdir(parents=True, exist_ok=True)
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/ |
D | __init__.py | 88 (Path(td) / 'soc').mkdir(exist_ok=True) 104 (Path(td) / 'arch').mkdir(exist_ok=True) 113 (Path(td) / 'boards').mkdir(exist_ok=True) 428 outdir.mkdir(exist_ok=True)
|
/Zephyr-latest/scripts/west_commands/ |
D | spdx.py | 111 os.makedirs(cfg.spdxDir, exist_ok=False)
|
D | blobs.py | 108 path.parent.mkdir(parents=True, exist_ok=True)
|
D | sdk.py | 307 Path(base_dir).mkdir(parents=True, exist_ok=True) 345 Path(dest_dir).parent.mkdir(parents=True, exist_ok=True)
|
D | build.py | 462 os.makedirs(build_dir, exist_ok=False)
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | sbom.py | 49 os.makedirs(cmakeApiDirPath, exist_ok=False)
|
/Zephyr-latest/scripts/utils/ |
D | board_v1_to_v2.py | 56 new_board_path.mkdir(parents=True, exist_ok=True)
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testinstance.py | 150 os.makedirs(self.build_dir, exist_ok=True) 366 os.makedirs(subdir, exist_ok=True)
|
D | twister_main.py | 104 os.makedirs(options.outdir, exist_ok=True)
|
D | coverage.py | 381 os.makedirs(subdir, exist_ok=True)
|
D | reports.py | 753 os.makedirs(report_dir, exist_ok=True)
|
D | testplan.py | 1279 os.makedirs(instance.build_dir, exist_ok=True)
|
D | runner.py | 744 os.makedirs(self.build_dir, exist_ok=True)
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | doxyrunner.py | 349 outdir.mkdir(exist_ok=True)
|
/Zephyr-latest/doc/_scripts/ |
D | gen_devicetree_rest.py | 323 bindings_dir.mkdir(parents=True, exist_ok=True) 763 compatibles_dir.mkdir(parents=True, exist_ok=True)
|
/Zephyr-latest/scripts/build/ |
D | gen_syscalls.py | 559 os.makedirs(args.base_output, exist_ok=True)
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_harness.py | 1141 os.makedirs(os.path.join(tmp_path, "bin"), exist_ok=True) 1143 os.makedirs(os.path.dirname(zephyr_exe_path), exist_ok=True)
|
D | test_testplan.py | 1831 def mock_makedirs(path, exist_ok=False): argument 1832 assert exist_ok
|
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 625 os.makedirs(kconfiglib_boards_dir, exist_ok=True) 626 os.makedirs(os.path.join(kconfiglib_dir, 'soc'), exist_ok=True) 627 os.makedirs(os.path.join(kconfiglib_dir, 'arch'), exist_ok=True)
|