Searched refs:build_path (Results 1 – 1 of 1) sorted by relevance
24 build_path: Optional[Path] = None variable in Context72 obj.build_path = root if root is not None else Path("build", platform, build_type)88 assert obj.build_path is not None92 [] 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 None126 paths: List[Path] = list(obj.build_path.glob("**/*.elf"))155 assert obj.build_path is not None164 [] if no_elf_images else list(obj.build_path.glob("**/*.elf"))168 [] if not no_elf_images else list(obj.build_path.glob("**/*.map"))