Home
last modified time | relevance | path

Searched refs:parents (Results 1 – 25 of 27) sorted by relevance

12

/Zephyr-latest/scripts/footprint/
Dtrack.py25 pathlib.Path(f'footprint_data/{version}').mkdir(exist_ok=True, parents=True)
55 …pathlib.Path(f'footprint_data/{version}/{name}/{feature}/{board}').mkdir(parents=True, exist_ok=Tr…
Dsize_report696 if one_path[0] in path.parents:
/Zephyr-latest/scripts/
Dtwister196 ZEPHYR_BASE = str(Path(__file__).resolve().parents[1])
/Zephyr-latest/scripts/west_commands/
Dexport.py43 share = Path(__file__).parents[2] / 'share'
Dpatch.py30 WEST_PATCH_SCHEMA_PATH = Path(__file__).parents[1] / "schemas" / "patch-schema.yml"
485 args.patch_base.mkdir(parents=True, exist_ok=True)
526 args.patch_yml.parent.mkdir(parents=True, exist_ok=True)
Dsdk.py212 zephyr_base = Path(__file__).parents[2]
309 Path(base_dir).mkdir(parents=True, exist_ok=True)
378 Path(dest_dir).parent.mkdir(parents=True, exist_ok=True)
Dblobs.py108 path.parent.mkdir(parents=True, exist_ok=True)
/Zephyr-latest/doc/_extensions/zephyr/
Dgh_utils.py50 sys.path.insert(0, str(Path(__file__).parents[3] / "scripts"))
54 ZEPHYR_BASE : Final[str] = Path(__file__).parents[3]
Dlink-roles.py16 ZEPHYR_BASE: Final[str] = Path(__file__).parents[3]
Dexternal_content.py129 dst.parent.mkdir(parents=True)
Dapplication.py12 ZEPHYR_BASE = Path(__file__).parents[3]
/Zephyr-latest/scripts/utils/
Dmigrate_includes.py23 ZEPHYR_BASE = Path(__file__).parents[2]
Dmigrate_mcumgr_kconfigs.py22 ZEPHYR_BASE = Path(__file__).parents[2]
Dboard_v1_to_v2.py41 ZEPHYR_BASE = Path(__file__).parents[2]
56 new_board_path.mkdir(parents=True, exist_ok=True)
Dmigrate_posix_kconfigs.py25 ZEPHYR_BASE = Path(__file__).parents[2]
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py24 ZEPHYR_BASE = Path(__file__).parents[2]
29 ZEPHYR_BASE = Path(__file__).parents[2]
326 bindings_dir.mkdir(parents=True, exist_ok=True)
766 compatibles_dir.mkdir(parents=True, exist_ok=True)
893 path.parent.mkdir(parents=True)
Dgen_boards_catalog.py19 ZEPHYR_BASE = Path(__file__).parents[2]
234 for folder in board.dir.parents:
/Zephyr-latest/scripts/tests/twister/
Dtest_platform.py357 (tmp_path / filename).parent.mkdir(parents=True, exist_ok=True)
/Zephyr-latest/doc/
Dconf.py10 ZEPHYR_BASE = Path(__file__).resolve().parents[1]
/Zephyr-latest/doc/_extensions/zephyr/kconfig/
D__init__.py61 sys.path.insert(0, str(Path(__file__).parents[4] / "scripts"))
62 sys.path.insert(0, str(Path(__file__).parents[4] / "scripts/kconfig"))
70 ZEPHYR_BASE = Path(__file__).parents[4]
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestsuite.py340 if src_dir_pathlib_path in filename_path.parents:
521 if Path(canonical_zephyr_base) in Path(canonical_testsuite_root).parents:
/Zephyr-latest/scripts/kconfig/
Dguiconfig.py1997 parents = []
2000 parents.append(cur)
2002 parents.reverse()
2004 for i, parent in enumerate(parents):
2008 for parent in parents[i:]:
Dkconfigfunctions.py15 ZEPHYR_BASE = str(Path(__file__).resolve().parents[2])
/Zephyr-latest/doc/_extensions/zephyr/domain/
D__init__.py60 sys.path.insert(0, str(Path(__file__).parents[4] / "scripts/dts/python-devicetree/src"))
61 sys.path.insert(0, str(Path(__file__).parents[3] / "_scripts"))
65 ZEPHYR_BASE = Path(__file__).parents[4]
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py33 sys.path.insert(0, str(Path(__file__).resolve().parents[1]))
1924 ZEPHYR_BASE = str(Path(__file__).resolve().parents[2])

12