Home | History | Annotate | Download | only in releasetools

Lines Matching defs:mount_point

293     def __init__(self, mount_point, fs_type, device, length, context):
294 self.mount_point = mount_point
341 mount_point = pieces[1]
342 d[mount_point] = Partition(mount_point=mount_point, fs_type=pieces[2],
826 mount_point = "/" + target
831 if mount_point == "/userdata":
832 mount_point = "/data"
833 p = info_dict["fstab"][mount_point]
1780 def GetTypeAndDevice(mount_point, info):
1783 return (PARTITION_TYPES[fstab[mount_point].fs_type],
1784 fstab[mount_point].device)