Searched refs:DSTFILE (Results 1 – 3 of 3) sorted by relevance
234 DSTFILE="gdbserver-nothreads"236 DSTFILE="gdbserver"238 dump "Install : $TOOLCHAIN $DSTFILE."241 run $TOOLCHAIN_PREFIX-objcopy --strip-unneeded $BUILD_OUT/gdbserver $DEST/$DSTFILE243 dump "Could not install $DSTFILE. See $TMPLOG"250 …ack_archive "$PACKAGE_DIR/$ARCHIVE" "$ANDROID_NDK_ROOT" "prebuilt/android-$ARCH/gdbserver/$DSTFILE"
419 local DSTFILE="$4"445 local libdir=$(dirname "$DSTFILE")446 mkdir -p "$libdir" && rm -f "$DSTFILE" && cp -f $TMPO "$DSTFILE"449 dump "target location is: $DSTFILE"454 cp $TMPC $DSTFILE.c455 echo "$FUNCS" > $DSTFILE.functions.txt456 echo "$VARS" > $DSTFILE.variables.txt
790 local DSTFILE851 DSTFILE=`basename $SRCFILE`852 echo "$DSTFILE" | grep -q -e '\.so$'860 DSTPATH="$DSTDIR/$DSTFILE"870 DSTFILE=`basename $SRCFILE`871 if [ "$DSTFILE" = "gdbserver" -o "$DSTFILE" = "gdb.setup" ] ; then874 echo "$DSTFILE" | grep -q -e '\.so$'880 grep -q -w -e "$DSTFILE" "$TEST/BROKEN_RUN"890 DSTPATH="$DSTDIR/$DSTFILE"895 if grep -q -e "$DSTFILE" "$TEST/DATA"; then[all …]