OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
")"
336
! do_loudly ${CROSS_COMPILE}strip "$UNSTRIPPED" -o "$
OUTNAME
"
338
echo "strip failed, using unstripped" && cp "$UNSTRIPPED" "$
OUTNAME
" ||
346
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 2037 milliseconds