Lines Matching full:apply
37 "apply patches to the west workspace",
38 "Apply patches to the west workspace",
51 Run "west patch apply" to apply patches.
52 See "west patch apply --help" for details.
81 apply-command: git apply
125 "apply",
126 help="Apply patches",
132 Run "west patch apply" to apply patches.
139 help="Roll back if any patch fails to apply",
192 self.inf(f"no patches to apply: {args.patch_yml} not found")
213 "apply": self.apply,
220 def apply(self, args, yml): member in Patch
233 apply_cmd = patch_info["apply-command"]
290 self.die(f"failed to apply patch {pth}")