Home | History | Annotate | Download | only in releasetools

Lines Matching full:mount_point

299     def __init__(self, mount_point, fs_type, device, length, device2, context):
300 self.mount_point = mount_point
334 mount_point = pieces[0]
342 print "%s: unknown option \"%s\"" % (mount_point, i)
344 d[mount_point] = Partition(mount_point=mount_point, fs_type=pieces[1],
381 mount_point = pieces[1]
382 d[mount_point] = Partition(mount_point=mount_point, fs_type=pieces[2],
748 mount_point = "/" + target
753 if mount_point == "/userdata":
754 mount_point = "/data"
755 p = info_dict["fstab"][mount_point]
1597 def GetTypeAndDevice(mount_point, info):
1600 return (PARTITION_TYPES[fstab[mount_point].fs_type],
1601 fstab[mount_point].device)