HomeSort by relevance Sort by last modified time
    Searched refs:TMPL (Results 1 - 7 of 7) sorted by null

  /external/qemu/android/build/
common.sh 160 TMPL=/tmp/android-$$-test.log
165 rm -f $TMPC $TMPO $TMPL $TMPE
283 cat $TMPL
295 cat $TMPL
308 # stores the error log into $TMPL
313 $CC -o $TMPO -c $CFLAGS $TMPC 2> $TMPL
316 # try to link the recently built file into an executable. error log in $TMPL
321 $LD -o $TMPE $TMPO $LDFLAGS 2> $TMPL
340 cat $TMPL
348 cat $TMPL
    [all...]
  /ndk/build/tools/
ndk-common.sh 432 TMPL=/tmp/ndk-$USER/tmp/tests/test-$$.log
437 rm -f $TMPC $TMPO $TMPL $TMPE
491 cat $TMPL
506 cat $TMPL
529 cat $TMPL
541 # stores the error log into $TMPL
546 $CC -o $TMPO -c $CFLAGS $TMPC 2> $TMPL
552 $CXX -o $TMPO -c $CXXFLAGS $TMPC 2> $TMPL
555 # try to link the recently built file into an executable. error log in $TMPL
560 $LD -o $TMPE $TMPO $LDFLAGS 2> $TMPL
    [all...]
gen-platforms.sh 435 echo "## COMMAND: $COMMAND" > $TMPL
436 $COMMAND 1>>$TMPL 2>&1
439 dump "See the content of $TMPC and $TMPL for details."
440 cat $TMPL | tail -10
525 sed -e '/\.note\.ABI-tag/s/progbits/note/' > "$CRTBRAND_S") 1>>$TMPL 2>&1
528 dump "Please see the content of $TMPL for details!"
529 cat $TMPL | tail -10
564 -O2 -fpic -Wl,-r -nostdlib -o "$DST_DIR/$DST_FILE" $SRC_FILE) 1>>$TMPL 2>&1
567 dump "Please see the content of $TMPL for details!"
568 cat $TMPL | tail -1
    [all...]
common-build-host-funcs.sh 332 local TMPL=$TMPC.log
339 $CC -o $TMPE $TMPC "$@" >$TMPL 2>&1
341 rm -f $TMPC $TMPE $TMPL
431 local TMPL=$TMPC.log
439 $CC -c -DBITS=$BITS -o /dev/null $TMPC $HOST_CFLAGS "$@" > $TMPL 2>&1
441 rm -f $TMPC $TMPL
build-host-gcc.sh 511 local TMPL=$TMPC.log
518 $CC -o $TMPE $TMPC "$@" >$TMPL 2>&1
520 rm -f $TMPC $TMPE $TMPL
613 local TMPL=$TMPC.log
621 $CC -c -DBITS=$BITS -o /dev/null $TMPC $HOST_CFLAGS "$@" > $TMPL 2>&1
623 rm -f $TMPC $TMPL
    [all...]
prebuilt-common.sh 917 $NDK_CCACHE $CC $HOST_CFLAGS -c -o $TMPO $TMPC >$TMPL 2>&1
    [all...]
  /external/qemu/
android-configure.sh 365 cat $TMPL
394 cat $TMPL
457 cat $TMPL

Completed in 784 milliseconds