Searched refs:thermal_paths (Results 1 – 1 of 1) sorted by relevance
52 std::vector<std::string> thermal_paths; in InitThermalPaths() local54 thermal_paths.push_back(THERMAL_PREFIX + std::string(namelist[n]->d_name) + "/temp"); in InitThermalPaths()58 return thermal_paths; in InitThermalPaths()62 static std::vector<std::string> thermal_paths = InitThermalPaths(); in GetMaxValueFromThermalZone() local64 for (const auto& path : thermal_paths) { in GetMaxValueFromThermalZone()