Home
last modified time | relevance | path

Searched refs:ERROR_LOG (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/scripts/
Dcheck_lint.sh45 ERROR_LOG=$(${MKTEMP})
54 | grep -v "Skipping input" >> $ERROR_LOG
59 ${LITLINT} "$@" 2>>$ERROR_LOG
113 ${DFSAN_RTL}/scripts/check_custom_wrappers.sh >> $ERROR_LOG
131 if [ -s $ERROR_LOG ]; then
132 cat $ERROR_LOG
/external/icu/icu4c/source/tools/ctestfw/
Dctest.c64 static char ERROR_LOG[MAX_TEST_LOG][MAXTESTNAME]; variable
413 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()