Lines Matching refs:cmd
64 cmd = ["--partition",
67 cmd += ["--image", "{}={}".format(partition, image)]
69 return cmd
74 cmd = [info_dict["lpmake"],
86 cmd += ["--metadata-slots", "2"]
88 cmd += ["--metadata-slots", "3"]
90 cmd += ["--metadata-slots", "2"]
93 cmd.append("--auto-slot-suffixing")
95 cmd.append("--virtual-ab")
99 cmd += ["--device", "{}:{}".format(device, size)]
106 cmd += ["--group", "{}_a:{}".format(group, group_size),
109 cmd += ["--group", "{}:{}".format(group, group_size)]
120 cmd += GetArgumentsForImage(partition, group, image)
127 cmd += GetArgumentsForImage(partition + "_a", group + "_a", image)
134 cmd += GetArgumentsForImage(partition + "_b", group + "_b", other_image)
137 cmd.append("--sparse")
139 cmd += ["--output", output]
141 common.RunAndCheckOutput(cmd)