OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DSTFILE
(Results
1 - 3
of
3
) sorted by null
/ndk/build/tools/
build-gdbserver.sh
228
DSTFILE
="gdbserver-nothreads"
230
DSTFILE
="gdbserver"
232
dump "Install : $TOOLCHAIN $
DSTFILE
."
235
run $TOOLCHAIN_PREFIX-objcopy --strip-unneeded $BUILD_OUT/gdbserver $DEST/$
DSTFILE
237
dump "Could not install $
DSTFILE
. See $TMPLOG"
/ndk/tests/
run-tests.sh
507
local
DSTFILE
523
DSTFILE
=`basename $SRCFILE`
524
if [ "$
DSTFILE
" = "gdbserver" -o "$
DSTFILE
" = "gdb.setup" ] ; then
527
DSTFILE
="$DSTDIR/$
DSTFILE
"
528
run $ADB_CMD push "$SRCDIR/$SRCFILE" "$
DSTFILE
" &&
529
run $ADB_CMD shell chmod 0755 $
DSTFILE
535
echo "$
DSTFILE
" | grep -q -e '\.so$'
537
PROGRAMS="$PROGRAMS $
DSTFILE
"
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh
617
local
DSTFILE
="$DOWNLOAD_DIR/Packages.bz2"
619
download_file "$SRCFILE" "$
DSTFILE
"
622
fail_panic "Could not uncompress $
DSTFILE
"
[
all
...]
Completed in 3015 milliseconds