Home | History | Annotate | Download | only in msm8916

Lines Matching refs:tdir

1087     DIR *tdir = NULL;
1101 tdir = opendir(THERMAL_SYSFS);
1102 if (!tdir) {
1107 while ((tdirent = readdir(tdir))) {
1136 closedir(tdir);