Searched refs:logfile (Results 1 – 3 of 3) sorted by relevance
30 echo "at the configure error log file ($logfile) to determine what"38 echo "$@" >>$logfile44 cat -n $1 >>$logfile286 "$@" >>${logfile} 2>&1502 enabled logging || logfile="$logging"504 logfile=/dev/null1322 logfile="config.log"1328 echo "# ${self} $@" >> ${logfile}1330 echo "# ${self} $@" > ${logfile}
195 static FILE *logfile = NULL; variable491 logfile = fopen("/data/playback.bin", "w+"); in MPLSensor()492 if (logfile) in MPLSensor()493 inv_turn_on_data_logging(logfile); in MPLSensor()1049 if (fclose(logfile) < 0) { in ~MPLSensor()2976 if (fclose(logfile) < 0) { in enable()2979 logfile = fopen("/data/playback.bin", "ab"); in enable()2980 if (logfile) in enable()2981 inv_turn_on_data_logging(logfile); in enable()
81 static FILE *logfile = NULL; variable412 logfile = fopen("/data/playback.bin", "w+"); in MPLSensor()413 if (logfile) in MPLSensor()414 inv_turn_on_data_logging(logfile); in MPLSensor()998 if (fclose(logfile) < 0) { in ~MPLSensor()3325 if (fclose(logfile) < 0) {3328 logfile = fopen("/data/playback.bin", "ab");3329 if (logfile)3330 inv_turn_on_data_logging(logfile);