Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/memory/src/memory/
H A Dmemmap.py24 build_path: Optional[Path] = None variable in Context
72 obj.build_path = root if root is not None else Path("build", platform, build_type)
88 assert obj.build_path is not None
92 [] if no_elf_images else list(obj.build_path.glob("**/*.elf"))
96 [] if not no_elf_images else list(obj.build_path.glob("**/*.map"))
123 assert obj.build_path is not None
126 paths: List[Path] = list(obj.build_path.glob("**/*.elf"))
155 assert obj.build_path is not None
164 [] if no_elf_images else list(obj.build_path.glob("**/*.elf"))
168 [] if not no_elf_images else list(obj.build_path.glob("**/*.map"))