Home
last modified time | relevance | path

Searched refs:thermal_paths (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/recovery_utils/
Dthermalutil.cpp52 std::vector<std::string> thermal_paths; in InitThermalPaths() local
54 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() local
64 for (const auto& path : thermal_paths) { in GetMaxValueFromThermalZone()