Home | History | Annotate | Download | only in releasetools

Lines Matching refs:mount_point

215       p.mount_point = pieces[0]
237 print "%s: unknown option \"%s\"" % (p.mount_point, i)
239 d[p.mount_point] = p
257 p.mount_point = pieces[1]
270 d[p.mount_point] = p
528 mount_point = "/" + target
533 if mount_point == "/userdata": mount_point = "/data"
534 p = info_dict["fstab"][mount_point]
1113 def GetTypeAndDevice(mount_point, info):
1116 return PARTITION_TYPES[fstab[mount_point].fs_type], fstab[mount_point].device