Home | History | Annotate | Download | only in releasetools

Lines Matching full:mount_point

325       and prop_dict["mount_point"] == "system"):
328 prop_dict["mount_point"] = "/"
371 prop_dict["mount_point"]])
388 build_command.extend(["-L", prop_dict["mount_point"]])
396 build_command.extend(["-m", prop_dict["mount_point"]])
422 build_command.append(prop_dict["mount_point"])
470 mount_point = prop_dict.get("mount_point")
473 mount_point, total_blocks, used_blocks, reserved_blocks,
478 mount_point = prop_dict.get("mount_point")
483 "%d" % (mount_point, image_size, partition_size))
507 def ImagePropFromGlobalDict(glob_dict, mount_point):
512 mount_point: such as "system", "data" etc.
539 d["mount_point"] = mount_point
540 if mount_point == "system":
556 elif mount_point == "data":
561 elif mount_point == "cache":
564 elif mount_point == "vendor":
574 elif mount_point == "oem":
608 if "mount_point" in glob_dict:
614 mount_point = ""
616 mount_point = "system"
618 mount_point = "data"
620 mount_point = "cache"
622 mount_point = "vendor"
624 mount_point = "oem"
629 image_properties = ImagePropFromGlobalDict(glob_dict, mount_point)