Home | History | Annotate | Download | only in libsensors_iio

Lines Matching refs:logfile

71 static FILE *logfile = NULL;
384 logfile = fopen("/data/playback.bin", "w+");
385 if (logfile)
386 inv_turn_on_data_logging(logfile);
970 if (fclose(logfile) < 0) {
3064 if (fclose(logfile) < 0) {
3067 logfile = fopen("/data/playback.bin", "ab");
3068 if (logfile)
3069 inv_turn_on_data_logging(logfile);