Lines Matching refs:mount_point
223 mount_point = prop_dict["mount_point"]
227 mount_point, total_blocks, used_blocks, headroom_blocks,
502 def ImagePropFromGlobalDict(glob_dict, mount_point): argument
548 d["mount_point"] = mount_point
549 if mount_point == "system":
579 elif mount_point == "system_other":
603 elif mount_point == "data":
613 elif mount_point == "cache":
617 elif mount_point == "vendor":
640 elif mount_point == "product":
663 elif mount_point == "system_ext":
688 elif mount_point == "odm":
711 elif mount_point == "vendor_dlkm":
734 elif mount_point == "odm_dlkm":
757 elif mount_point == "oem":
767 d["partition_name"] = mount_point
785 def GlobalDictFromImageProp(image_prop, mount_point): argument
793 if mount_point == "system":
795 elif mount_point == "system_other":
797 elif mount_point == "vendor":
799 elif mount_point == "odm":
801 elif mount_point == "vendor_dlkm":
803 elif mount_point == "odm_dlkm":
805 elif mount_point == "product":
807 elif mount_point == "system_ext":
831 mount_point = ""
833 mount_point = "system"
835 mount_point = "system_other"
837 mount_point = "data"
839 mount_point = "cache"
841 mount_point = "vendor"
843 mount_point = "odm"
845 mount_point = "vendor_dlkm"
847 mount_point = "odm_dlkm"
849 mount_point = "oem"
851 mount_point = "product"
853 mount_point = "system_ext"
858 image_properties = ImagePropFromGlobalDict(glob_dict, mount_point)