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 159 TMPL=/tmp/android-$$-test.log
164 rm -f $TMPC $TMPO $TMPL $TMPE
273 cat $TMPL
291 cat $TMPL
304 # stores the error log into $TMPL
309 $CC -o $TMPO -c $CFLAGS $TMPC 2> $TMPL
312 # try to link the recently built file into an executable. error log in $TMPL
317 $LD -o $TMPE $TMPO $LDFLAGS 2> $TMPL
336 cat $TMPL
344 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 406 echo "## COMMAND: $COMMAND" > $TMPL
407 $COMMAND 1>>$TMPL 2>&1
410 dump "See the content of $TMPC and $TMPL for details."
411 cat $TMPL | tail -10
496 sed -e '/\.note\.ABI-tag/s/progbits/note/' > "$CRTBRAND_S") 1>>$TMPL 2>&1
499 dump "Please see the content of $TMPL for details!"
500 cat $TMPL | tail -10
536 -O2 -fpic -Wl,-r -nostdlib -nostdinc -o "$DST_DIR/$DST_FILE" $SRC_FILE) 1>>$TMPL 2>&1
539 dump "Please see the content of $TMPL for details!"
540 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 891 $NDK_CCACHE $CC $HOST_CFLAGS -c -o $TMPO $TMPC >$TMPL 2>&1
    [all...]
  /external/qemu/
android-configure.sh 365 cat $TMPL
394 cat $TMPL
456 cat $TMPL

Completed in 59 milliseconds