Lines Matching refs: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): argument
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":
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)