HomeSort by relevance Sort by last modified time
    Searched full:thermal_root (Results 1 - 1 of 1) sorted by null

  /external/devlib/devlib/module/
thermal.py 75 thermal_root = '/sys/class/thermal' variable in class:ThermalModule
80 if target.file_exists(ThermalModule.thermal_root):
89 for entry in target.list_directory(self.thermal_root):
99 self.zones[int(_id)] = ThermalZone(self.target, self.thermal_root, _id)

Completed in 60 milliseconds