![]() |
Python_2
1.0
|
Returns a CD mounting Point. More...
Functions | |
def | GetCDMountPoint () |
def | Log (s, prt=False) |
def | GetCD () |
def | GetMount () |
def | main (argv=None) |
Returns a CD mounting Point.
def getcdmp.GetCD | ( | ) |
Search in /etc/fstab for a mount point.
References GetMount(), and Log().
Referenced by GetCDMountPoint().
def getcdmp.GetCDMountPoint | ( | ) |
Search in /etc/mtab for a mount point.
References GetCD(), and Log().
Referenced by main(), and mplayerdvd.main().
def getcdmp.GetMount | ( | ) |
Referenced by GetCD().
def getcdmp.Log | ( | s, | |
prt = False |
|||
) |
Referenced by GetCD(), and GetCDMountPoint().
def getcdmp.main | ( | argv = None | ) |
Main program.
References GetCDMountPoint().