Lines Matching refs:log
80 # If NDK_LOGFILE is defined in the environment, use this as the log file
87 # Setup a log file where all log() and log2() output will be sent
89 # $1: log file path (optional)
99 NDK_LOGFILE=/tmp/ndk-log-$$.txt
123 log ()
432 TMPL=/tmp/ndk-$USER/tmp/tests/test-$$.log
494 log "CC : compiler check ok ($CC)"
511 log "LD : linker check ok ($LD)"
533 log "CXX : C++ compiler check ok ($CXX)"
541 # stores the error log into $TMPL
555 # try to link the recently built file into an executable. error log in $TMPL
834 log "Copying directory: "
835 log " from $SRCDIR"
836 log " to $DSTDIR"
850 log "Copying directory (without symlinks): "
851 log " from $SRCDIR"
852 log " to $DSTDIR"
869 log "Copying file: $@"
870 log " from $SRCDIR"
871 log " to $DSTDIR"
876 # Rotate a log file
877 # If the given log file exist, add a -1 to the end of the file.
878 # If older log files exist, rename them to -<n+1>
879 # $1: log file
892 panic "Invalid maximum log file versions '$tmpmax' invalid; defaulting to $MAXVER"
898 # Do Nothing if the log file does not exist