Home
last modified time | relevance | path

Searched refs:exist_ok (Results 1 – 20 of 20) 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__.py88 (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/
Dspdx.py111 os.makedirs(cfg.spdxDir, exist_ok=False)
Dblobs.py108 path.parent.mkdir(parents=True, exist_ok=True)
Dsdk.py307 Path(base_dir).mkdir(parents=True, exist_ok=True)
345 Path(dest_dir).parent.mkdir(parents=True, exist_ok=True)
Dbuild.py462 os.makedirs(build_dir, exist_ok=False)
/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.py150 os.makedirs(self.build_dir, exist_ok=True)
366 os.makedirs(subdir, exist_ok=True)
Dtwister_main.py104 os.makedirs(options.outdir, exist_ok=True)
Dcoverage.py381 os.makedirs(subdir, exist_ok=True)
Dreports.py753 os.makedirs(report_dir, exist_ok=True)
Dtestplan.py1279 os.makedirs(instance.build_dir, exist_ok=True)
Drunner.py744 os.makedirs(self.build_dir, exist_ok=True)
/Zephyr-latest/doc/_extensions/zephyr/
Ddoxyrunner.py349 outdir.mkdir(exist_ok=True)
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py323 bindings_dir.mkdir(parents=True, exist_ok=True)
763 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/tests/twister/
Dtest_harness.py1141 os.makedirs(os.path.join(tmp_path, "bin"), exist_ok=True)
1143 os.makedirs(os.path.dirname(zephyr_exe_path), exist_ok=True)
Dtest_testplan.py1831 def mock_makedirs(path, exist_ok=False): argument
1832 assert exist_ok
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py625 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)