Home | History | Annotate | Download | only in libsensors_iio

Lines Matching refs:logfile

195 static FILE *logfile = NULL;
491 logfile = fopen("/data/playback.bin", "w+");
492 if (logfile)
493 inv_turn_on_data_logging(logfile);
1049 if (fclose(logfile) < 0) {
2976 if (fclose(logfile) < 0) {
2979 logfile = fopen("/data/playback.bin", "ab");
2980 if (logfile)
2981 inv_turn_on_data_logging(logfile);