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

  /ndk/build/tools/
ndk-common.sh 413 TMPE=$TMPDIR/tmp/tests/test-$$$EXE
419 rm -f $TMPC $TMPO $TMPL $TMPE
541 log "Link : $LD -o $TMPE $TMPO $LDFLAGS"
542 $LD -o $TMPE $TMPO $LDFLAGS 2> $TMPL
556 log "RunExec : $CC -o $TMPE $CFLAGS $TMPC"
572 $TMPE
common-build-host-funcs.sh 285 local TMPE=${TMPC%%.c}
293 $CC -o $TMPE $TMPC "$@" >$TMPL 2>&1
295 rm -f $TMPC $TMPE $TMPL
gen-platforms.sh 57 TMPE=$TMPDIR/tmp/tests/tmp-platform$EXE
  /external/fio/
configure 18 TMPE="${TMPDIR1}/fio-conf-${RANDOM}-$$-${RANDOM}.exe"
22 trap "rm -f $TMPC $TMPO $TMPE" EXIT INT QUIT TERM
92 do_cc $CFLAGS $local_cflags -o $TMPE $TMPC $LDFLAGS $local_ldflags
362 $TMPE 2>/dev/null || cross_compile="yes"
380 $TMPE && bigendian="yes"
1027 r=$($TMPE)
1343 $TMPE
    [all...]

Completed in 145 milliseconds