Searched refs:TMPC (Results 1 - 3 of 3) sorted by relevance

/external/qemu/android/build/
H A Dcommon.sh156 TMPC=/tmp/android-$$-test.c
164 rm -f $TMPC $TMPO $TMPL $TMPE
253 cat > $TMPC <<EOF
303 # try to compile the current source file in $TMPC into an object
308 log2 "Object : $CC -o $TMPO -c $CFLAGS $TMPC"
309 $CC -o $TMPO -c $CFLAGS $TMPC 2> $TMPL
328 # perform a simple compile / link / run of the source file in $TMPC
331 log2 "RunExec : $CC -o $TMPE $CFLAGS $TMPC"
335 cat $TMPC
342 cat $TMPC
[all...]
/external/qemu/distrib/sdl-1.2.12/
H A Dandroid-configure.sh271 rm -f $TMPC
272 cat > $TMPC <<EOF
302 cat > $TMPC <<EOF
477 rm -f $TMPC
480 cat > $TMPC <<EOF
487 cat >> $TMPC <<EOF
495 cat >> $TMPC <<EOF
500 cat >> $TMPC <<EOF
505 cat sdl-config.in | sed -f $TMPC > objs/sdl-config
/external/qemu/
H A Dandroid-configure.sh335 cat > $TMPC << EOF
356 cat > $TMPC << EOF
430 cp -f android/config/check-esd.c $TMPC
469 rm -f $TMPC
475 cat > $TMPC << EOF
488 cat > $TMPC << EOF

Completed in 107 milliseconds