Searched refs:Path (Results 1 – 5 of 5) sorted by relevance
| /rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/ |
| H A D | cli.py | 7 from pathlib import Path 21 @click.argument("inputfile", type=click.Path(dir_okay=True)) 22 @click.argument("outputfile", type=click.Path(dir_okay=True)) 27 @click.argument("inputfile", type=click.Path(dir_okay=True)) 32 @click.argument("inputfile", type=click.Path(dir_okay=True)) 37 @click.argument("inputfiledir", type=click.Path(dir_okay=True))
|
| H A D | cot_parser.py | 11 from pathlib import Path 660 filename = Path(self.output)
|
| /rk3399_ARM-atf/tools/memory/src/memory/ |
| H A D | memmap.py | 10 from pathlib import Path 24 build_path: Optional[Path] = None 33 type=Path, 66 root: Optional[Path], argument 72 obj.build_path = root if root is not None else Path("build", platform, build_type) 91 elf_image_paths: List[Path] = ( 95 map_file_paths: List[Path] = ( 126 paths: List[Path] = list(obj.build_path.glob("**/*.elf")) 163 elf_image_paths: List[Path] = ( 167 map_file_paths: List[Path] = ( [all …]
|
| H A D | summary.py | 21 from pathlib import Path 534 self, mapfile: Path, oldfile: Optional[Path] = None, no_fill: bool = False argument
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | build-options.rst | 49 - ``ARM_BL2_SP_LIST_DTS``: Path to DTS file snippet to override the hardcoded 106 - ``BL33``: Path to BL33 image in the host file system. This is mandatory for 882 - ``NS_BL2U``: Path to NS_BL2U image in the host file system. This image is 995 - ``SCP_BL2``: Path to SCP_BL2 image in the host file system. This image is optional. 1003 - ``SCP_BL2U``: Path to SCP_BL2U image in the host file system. This image is
|