Home
last modified time | relevance | path

Searched refs:exist_ok (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/scripts/footprint/
Dtrack.py25 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__.py92 (Path(td) / 'soc').mkdir(exist_ok=True)
108 (Path(td) / 'arch').mkdir(exist_ok=True)
117 (Path(td) / 'boards').mkdir(exist_ok=True)
439 outdir.mkdir(exist_ok=True)
/Zephyr-latest/scripts/west_commands/
Dspdx.py112 os.makedirs(cfg.spdxDir, exist_ok=False)
Dblobs.py108 path.parent.mkdir(parents=True, exist_ok=True)
Dpatch.py485 args.patch_base.mkdir(parents=True, exist_ok=True)
526 args.patch_yml.parent.mkdir(parents=True, exist_ok=True)
Dsdk.py309 Path(base_dir).mkdir(parents=True, exist_ok=True)
378 Path(dest_dir).parent.mkdir(parents=True, exist_ok=True)
Dbuild.py462 os.makedirs(build_dir, exist_ok=False)
/Zephyr-latest/scripts/tests/twister/
Dtest_platform.py357 (tmp_path / filename).parent.mkdir(parents=True, exist_ok=True)
Dtest_harness.py1225 os.makedirs(os.path.join(tmp_path, "bin"), exist_ok=True)
1227 os.makedirs(os.path.dirname(zephyr_exe_path), exist_ok=True)
Dtest_testplan.py1711 def mock_makedirs(path, exist_ok=False): argument
1712 assert exist_ok
/Zephyr-latest/scripts/west_commands/zspdx/
Dsbom.py49 os.makedirs(cmakeApiDirPath, exist_ok=False)
/Zephyr-latest/scripts/utils/
Dboard_v1_to_v2.py56 new_board_path.mkdir(parents=True, exist_ok=True)
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestinstance.py159 os.makedirs(self.build_dir, exist_ok=True)
387 os.makedirs(subdir, exist_ok=True)
Dtwister_main.py72 os.makedirs(options.outdir, exist_ok=True)
Dcoverage.py475 os.makedirs(subdir, exist_ok=True)
Dreports.py763 os.makedirs(report_dir, exist_ok=True)
Dtestplan.py1218 os.makedirs(instance.build_dir, exist_ok=True)
Drunner.py752 os.makedirs(self.build_dir, exist_ok=True)
/Zephyr-latest/doc/_extensions/zephyr/
Ddoxyrunner.py355 outdir.mkdir(exist_ok=True)
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py326 bindings_dir.mkdir(parents=True, exist_ok=True)
766 compatibles_dir.mkdir(parents=True, exist_ok=True)
/Zephyr-latest/scripts/build/
Dgen_syscalls.py559 os.makedirs(args.base_output, exist_ok=True)
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py500 os.makedirs(os.path.join(kconfig_dir, 'boards'), exist_ok=True)
501 os.makedirs(os.path.join(kconfig_dir, 'soc'), exist_ok=True)
502 os.makedirs(os.path.join(kconfig_dir, 'arch'), exist_ok=True)