Searched refs:LOGFILE (Results 1 – 20 of 20) sorted by relevance
/external/ltp/testcases/open_posix_testsuite/bin/ |
D | run-tests.sh | 11 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/ |
D | dev_debug_vboot | 28 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/ |
D | common-functions.sh | 153 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/ |
D | mongo.pl | 84 $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/ |
D | Makefile | 12 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/ |
D | run-stable-update | 23 LOGFILE="update-${TAG}.log" 24 exec >>${LOGDIR}/${LOGFILE} 2>&1
|
D | log_distiller.py | 366 logfile = LOGFILE
|
/external/vboot_reference/futility/ |
D | futility.c | 25 #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/ |
D | runltp | 112 [ -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/ |
D | compute_ref.c | 40 #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/ |
D | generate-makefiles.sh | 117 LOGFILE?= logfile 233 echo "\$(subdir)/$test_name compile PASSED" >> \$(LOGFILE); \\ 237 (echo "\$(subdir)/$test_name compile FAILED; SKIPPING"; cat logfile.\$\$\$\$) >> \$(LOGFILE); \\
|
/external/iptables/ |
D | iptables-test.py | 32 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/ |
D | fake_ntlm.c | 40 #define LOGFILE "log/fake_ntlm%ld.log" macro 176 msnprintf(logfilename, sizeof(logfilename), LOGFILE, testnum); in main()
|
/external/libxml2/ |
D | runxmlconf.c | 31 #define LOGFILE "runxmlconf.log" macro 555 logfile = fopen(LOGFILE, "w"); in main() 586 printf("See %s for detailed output\n", LOGFILE); in main()
|
D | runsuite.c | 34 #define LOGFILE "runsuite.log" macro 1038 logfile = fopen(LOGFILE, "w"); in main()
|
/external/llvm-project/clang/www/demo/ |
D | index.cgi | 19 my $LOGFILE = "$ROOT/log.txt"; 69 open( LOG, ">>$LOGFILE" );
|
/external/clang/www/demo/ |
D | index.cgi | 19 my $LOGFILE = "$ROOT/log.txt"; 69 open( LOG, ">>$LOGFILE" );
|
/external/oss-fuzz/projects/mysql-server/targets/ |
D | fuzz_initfile.dict | 302 LOGFILE="LOGFILE"
|
D | fuzz_docommand.dict | 302 LOGFILE="LOGFILE"
|
/external/strace/ |
D | ChangeLog | 51151 on open error for new LOGFILE.PID the output will continue
|