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

  /external/toybox/scripts/
single.sh 45 OUTNAME="$PREFIX$i" scripts/make.sh || exit 1
make.sh 11 [ -z "$OUTNAME" ] && OUTNAME=toybox
12 UNSTRIPPED="generated/unstripped/$(basename "$OUTNAME")"
335 ! do_loudly ${CROSS_COMPILE}strip "$UNSTRIPPED" -o "$OUTNAME"
337 echo "strip failed, using unstripped" && cp "$UNSTRIPPED" "$OUTNAME" ||
345 do_loudly chmod 555 "$OUTNAME" || exit 1
  /toolchain/binutils/binutils-2.25/libiberty/testsuite/
test-pexecute.c 207 #define TEST_PEX_RUN(PEXOBJ, FLAGS, EXECUTABLE, ARGV, OUTNAME, ERRNAME) \
215 pex_run_err = pex_run (PEXOBJ, FLAGS, EXECUTABLE, ARGV, OUTNAME, \

Completed in 137 milliseconds