Home
last modified time | relevance | path

Searched refs:DSTFILE (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/
Drun-tests.sh523 local DSTFILE
541 DSTFILE=`basename $SRCFILE`
542 if [ "$DSTFILE" = "gdbserver" -o "$DSTFILE" = "gdb.setup" ] ; then
545 DSTFILE="$DSTDIR/$DSTFILE"
546 run $ADB_CMD push "$SRCDIR/$SRCFILE" "$DSTFILE" &&
547 run $ADB_CMD shell chmod 0755 $DSTFILE
553 echo "$DSTFILE" | grep -q -e '\.so$'
555 PROGRAMS="$PROGRAMS $DSTFILE"
/ndk/build/tools/
Dbuild-gdbserver.sh236 DSTFILE="gdbserver-nothreads"
238 DSTFILE="gdbserver"
240 dump "Install : $TOOLCHAIN $DSTFILE."
243 run $TOOLCHAIN_PREFIX-objcopy --strip-unneeded $BUILD_OUT/gdbserver $DEST/$DSTFILE
245 dump "Could not install $DSTFILE. See $TMPLOG"
253 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR/$DSTFILE"