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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dconfigure.sh30 echo "at the configure error log file ($logfile) to determine what"
38 echo "$@" >>$logfile
44 cat -n $1 >>$logfile
286 "$@" >>${logfile} 2>&1
502 enabled logging || logfile="$logging"
504 logfile=/dev/null
1322 logfile="config.log"
1328 echo "# ${self} $@" >> ${logfile}
1330 echo "# ${self} $@" > ${logfile}
/hardware/invensense/60xx/libsensors_iio/
H A DMPLSensor.cpp144 static FILE *logfile = NULL; variable
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);
/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp71 static FILE *logfile = NULL; variable
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);
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp195 static FILE *logfile = NULL; variable
495 logfile = fopen("/data/playback.bin", "w+");
496 if (logfile)
497 inv_turn_on_data_logging(logfile);
1053 if (fclose(logfile) < 0) {
2985 if (fclose(logfile) < 0) {
2988 logfile = fopen("/data/playback.bin", "ab");
2989 if (logfile)
2990 inv_turn_on_data_logging(logfile);

Completed in 595 milliseconds