Lines Matching refs:partition
61 def GetArgumentsForImage(partition, group, image=None): argument
65 "{}:readonly:{}:{}".format(partition, image_size, group)]
67 cmd += ["--image", "{}={}".format(partition, image)]
114 for partition in partition_list:
115 image = info_dict.get("{}_image".format(partition))
120 cmd += GetArgumentsForImage(partition, group, image)
127 cmd += GetArgumentsForImage(partition + "_a", group + "_a", image)
130 if partition == "system" and "system_other_image" in info_dict:
134 cmd += GetArgumentsForImage(partition + "_b", group + "_b", other_image)
162 for partition in partition_list:
163 image_path = os.path.join(inp, "IMAGES", "{}.img".format(partition))
167 info_dict["{}_image".format(partition)] = image_path