Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/thermal/
Dthermal_common.c130 DIR *tdir = NULL; in get_tzn() local
147 tdir = opendir(THERMAL_SYSFS); in get_tzn()
148 if (!tdir) { in get_tzn()
153 while ((tdirent = readdir(tdir))) { in get_tzn()
198 closedir(tdir); in get_tzn()