Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/sys_stats/
Dsys_stats_data_source.cc317 base::StackString<256> thermal_zone_temp_path("/sys/class/thermal/%s/temp", in ReadThermalZones() local
319 auto temp = ReadFileToUInt64(thermal_zone_temp_path.ToStdString()); in ReadThermalZones()