Searched refs:ERROR_LOG (Results 1 – 2 of 2) sorted by relevance
45 ERROR_LOG=$(${MKTEMP})54 | grep -v "Skipping input" >> $ERROR_LOG59 ${LITLINT} "$@" 2>>$ERROR_LOG113 ${DFSAN_RTL}/scripts/check_custom_wrappers.sh >> $ERROR_LOG131 if [ -s $ERROR_LOG ]; then132 cat $ERROR_LOG
64 static char ERROR_LOG[MAX_TEST_LOG][MAXTESTNAME]; variable413 strcpy(ERROR_LOG[ERRONEOUS_FUNCTION_COUNT++], pathToFunction); in iterateTestsWithLevel()539 fprintf(stdout, "[%s]\n",ERROR_LOG[i]); in runTests()544 fprintf(summf, "%s\n",ERROR_LOG[i]); in runTests()