Searched refs:cpu_file (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware/modules/thermal/
H A Dthermal.c94 FILE *cpu_file; local
128 cpu_file = fopen(file_name, "r");
130 if (cpu_file == NULL) {
135 } else if (1 != fscanf(cpu_file, "%d", &online)) {
139 fclose(cpu_file);
142 fclose(cpu_file);

Completed in 94 milliseconds