Home | History | Annotate | Download | only in releasetools

Lines Matching full:mount_point

291     def __init__(self, mount_point, fs_type, device, length, device2, context):
292 self.mount_point = mount_point
326 mount_point = pieces[0]
334 print "%s: unknown option \"%s\"" % (mount_point, i)
336 d[mount_point] = Partition(mount_point=mount_point, fs_type=pieces[1],
373 mount_point = pieces[1]
374 d[mount_point] = Partition(mount_point=mount_point, fs_type=pieces[2],
740 mount_point = "/" + target
745 if mount_point == "/userdata":
746 mount_point = "/data"
747 p = info_dict["fstab"][mount_point]
1589 def GetTypeAndDevice(mount_point, info):
1592 return (PARTITION_TYPES[fstab[mount_point].fs_type],
1593 fstab[mount_point].device)