Home | History | Annotate | Download | only in core

Lines Matching refs:TMPL

313 TMPL=/tmp/android-$$-test.log
318 rm -f $TMPC $TMPO $TMPL $TMPE
371 cat $TMPL
386 cat $TMPL
409 cat $TMPL
421 # stores the error log into $TMPL
426 $CC -o $TMPO -c $CFLAGS $TMPC 2> $TMPL
432 $CXX -o $TMPO -c $CXXFLAGS $TMPC 2> $TMPL
435 # try to link the recently built file into an executable. error log in $TMPL
440 $LD -o $TMPE $TMPO $LDFLAGS 2> $TMPL
459 cat $TMPL
467 cat $TMPL