Home | History | Annotate | Download | only in power

Lines Matching refs:rootpath

165     def __init__(self, rootpath=None):
166 if not rootpath:
167 rootpath = self.path
168 for subpath1 in glob.glob('%s/hwmon*' % rootpath):
181 super(ThermalStatHwmon, self).__init__(self.thermal_fields, rootpath)