Searched refs:DSTFILE (Results 1 – 3 of 3) sorted by relevance
242 DSTFILE="gdbserver-nothreads"244 DSTFILE="gdbserver"246 dump "Install : $TOOLCHAIN $DSTFILE."249 run $TOOLCHAIN_PREFIX-objcopy --strip-unneeded $BUILD_OUT/gdbserver $DEST/$DSTFILE251 dump "Could not install $DSTFILE. See $TMPLOG"258 …ack_archive "$PACKAGE_DIR/$ARCHIVE" "$ANDROID_NDK_ROOT" "prebuilt/android-$ARCH/gdbserver/$DSTFILE"
359 local DSTFILE="$4"384 local libdir=$(dirname "$DSTFILE")385 mkdir -p "$libdir" && cp -f $TMPO "$DSTFILE"388 dump "target location is: $DSTFILE"393 cp $TMPC $DSTFILE.c394 echo "$FUNCS" > $DSTFILE.functions.txt395 echo "$VARS" > $DSTFILE.variables.txt
546 local DSTFILE570 DSTFILE=`basename $SRCFILE`571 if [ "$DSTFILE" = "gdbserver" -o "$DSTFILE" = "gdb.setup" ] ; then578 DSTFILE="$DSTDIR/$DSTFILE"579 run $ADB_CMD push "$SRCFILE" "$DSTFILE" &&580 run $ADB_CMD shell chmod 0755 $DSTFILE586 echo "$DSTFILE" | grep -q -e '\.so$'588 PROGRAMS="$PROGRAMS $DSTFILE"