Home | History | Annotate | Download | only in libsensors_iio

Lines Matching defs:logfile

144 static FILE *logfile = NULL;
199 logfile = fopen("/data/playback.bin", "wb");
200 if (logfile)
201 inv_turn_on_data_logging(logfile);
691 fclose(logfile);
1422 fclose(logfile);
1423 logfile = fopen("/data/playback.bin", "ab");
1424 if (logfile)
1425 inv_turn_on_data_logging(logfile);