Home
last modified time | relevance | path

Searched refs:LOGFILE (Results 1 – 20 of 20) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/bin/
Drun-tests.sh11 LOGFILE=${LOGFILE:=logfile}
54 echo "$testname: execution: PASS" >> "${LOGFILE}"
79 echo "$testname: execution: $msg: Output: " >> "${LOGFILE}"
80 cat $complog >> "${LOGFILE}"
93 if [ -w "$LOGFILE" ] || echo "" > "$LOGFILE"; then
96 echo >&2 "ERROR: $LOGFILE not writable"
/external/vboot_reference/utility/
Ddev_debug_vboot28 LOGFILE=/dev/stdout
67 if cp -f "${LOGFILE}" "${PUBLOGFILE}" 2>/dev/null; then
84 echo "#" "$@" >> "$LOGFILE"
89 echo "#" "$@" >> "$LOGFILE"
93 echo "#" "$@" >> "$LOGFILE"
97 echo "+" "$@" >> "$LOGFILE"
98 "$@" >> "$LOGFILE" 2>&1
102 echo "+" "$@" "| head" >> "$LOGFILE"
103 "$@" | head >> "$LOGFILE" 2>&1
107 echo "+ERROR:" "$@" >> "$LOGFILE"
[all …]
/external/google-breakpad/android/
Dcommon-functions.sh153 LOGFILE=$_RUN_LOG
155 LOGFILE=/dev/null
162 "$@" >>$LOGFILE 2>&1
170 LOGFILE=$_RUN_LOG
172 LOGFILE=/dev/null
181 "$@" >>$LOGFILE 2>&1
/external/ltp/testcases/kernel/fs/mongo/
Dmongo.pl84 $LOGFILE = "${RESDIR}/${ARGV[3]}";
85 $LOGFILE2 = "${LOGFILE}_table";
86 $LOGFILE3 = "${LOGFILE}.tbl";
383 open LOG, ">>$LOGFILE" or die "Can not open log file $LOGFILE\n";
398 print "Results in file : $LOGFILE \n";
/external/ltp/testcases/open_posix_testsuite/
DMakefile12 LOGFILE?= logfile macro
16 MAKE_ENV= LOGFILE=`if echo "$(LOGFILE)" | grep -q '^/'; then echo "$(LOGFILE)"; else echo "\`pwd\`…
42 @rm -f $(LOGFILE)*
/external/autotest/contrib/
Drun-stable-update23 LOGFILE="update-${TAG}.log"
24 exec >>${LOGDIR}/${LOGFILE} 2>&1
Dlog_distiller.py366 logfile = LOGFILE
/external/vboot_reference/futility/
Dfutility.c25 #define LOGFILE "/tmp/futility.log" macro
92 log_fd = open(LOGFILE, O_WRONLY | O_APPEND | O_CREAT, 0666); in log_open()
94 log_fd = open(LOGFILE, O_WRONLY | O_APPEND); in log_open()
103 log_fd = open(LOGFILE, O_WRONLY | O_APPEND | O_CREAT, 0666); in log_open()
/external/ltp/
Drunltp112 [ -g HTMLFILE] [ -i NUM_PROCS ] [ -l LOGFILE ] [ -m NUM_PROCS,CHUNKS,BYTES,HANGUP_FLAG ]
139 -l LOGFILE Log results of test in a logfile.
210 local LOGFILE=
350 LOGFILE="-l $OPTARG" ;;
352 LOGFILE="-l $LTPROOT/results/$OPTARG"
454 …if [ ! "$LOGFILE" ]; then ## User has not mentioned about Log File …
466 …if [ ! "$LOGFILE" ]; then ## User has not mentioned about Log File name eit…
482 if [ ! "$LOGFILE" ]; then
710 -n $$ $PRETTY_PRT -f ${TMP}/alltests $LOGFILE $OUTPUTFILE $FAILCMDFILE $TCONFCMDFILE"
719 echo $LOGFILE | cut -b4-
[all …]
/external/arm-neon-tests/
Dcompute_ref.c40 #define LOGFILE "stm-arm-neon-ref.log" macro
204 log_file = fopen (LOGFILE, "w"); in main()
206 fprintf (stderr, "Error opening log file " LOGFILE "\n"); in main()
/external/ltp/testcases/open_posix_testsuite/scripts/
Dgenerate-makefiles.sh117 LOGFILE?= logfile
233 echo "\$(subdir)/$test_name compile PASSED" >> \$(LOGFILE); \\
237 (echo "\$(subdir)/$test_name compile FAILED; SKIPPING"; cat logfile.\$\$\$\$) >> \$(LOGFILE); \\
/external/iptables/
Diptables-test.py32 LOGFILE="/tmp/iptables-test.log" variable
356 log_file = open(LOGFILE, 'w')
358 print("Couldn't open log file %s" % LOGFILE)
/external/curl/tests/server/
Dfake_ntlm.c40 #define LOGFILE "log/fake_ntlm%ld.log" macro
176 msnprintf(logfilename, sizeof(logfilename), LOGFILE, testnum); in main()
/external/libxml2/
Drunxmlconf.c31 #define LOGFILE "runxmlconf.log" macro
555 logfile = fopen(LOGFILE, "w"); in main()
586 printf("See %s for detailed output\n", LOGFILE); in main()
Drunsuite.c34 #define LOGFILE "runsuite.log" macro
1038 logfile = fopen(LOGFILE, "w"); in main()
/external/llvm-project/clang/www/demo/
Dindex.cgi19 my $LOGFILE = "$ROOT/log.txt";
69 open( LOG, ">>$LOGFILE" );
/external/clang/www/demo/
Dindex.cgi19 my $LOGFILE = "$ROOT/log.txt";
69 open( LOG, ">>$LOGFILE" );
/external/oss-fuzz/projects/mysql-server/targets/
Dfuzz_initfile.dict302 LOGFILE="LOGFILE"
Dfuzz_docommand.dict302 LOGFILE="LOGFILE"
/external/strace/
DChangeLog51151 on open error for new LOGFILE.PID the output will continue