Searched refs:DSTFILE (Results 1 – 3 of 3) sorted by relevance
678 local DSTFILE726 DSTFILE=`basename $SRCFILE`727 echo "$DSTFILE" | grep -q -e '\.so$'735 DSTFILE="$DSTDIR/$DSTFILE"736 run $ADB_CMD -s "$DEVICE" push "$SRCFILE" "$DSTFILE" &&737 run $ADB_CMD -s "$DEVICE" shell chmod 0755 $DSTFILE745 DSTFILE=`basename $SRCFILE`746 if [ "$DSTFILE" = "gdbserver" -o "$DSTFILE" = "gdb.setup" ] ; then749 echo "$DSTFILE" | grep -q -e '\.so$'754 grep -q -w -e "$DSTFILE" "$TEST/BROKEN_RUN"[all …]
224 DSTFILE="gdbserver-nothreads"226 DSTFILE="gdbserver"228 dump "Install : $TOOLCHAIN $DSTFILE."231 run $TOOLCHAIN_PREFIX-objcopy --strip-unneeded $BUILD_OUT/gdbserver $DEST/$DSTFILE233 dump "Could not install $DSTFILE. See $TMPLOG"240 …ack_archive "$PACKAGE_DIR/$ARCHIVE" "$ANDROID_NDK_ROOT" "prebuilt/android-$ARCH/gdbserver/$DSTFILE"
390 local DSTFILE="$4"416 local libdir=$(dirname "$DSTFILE")417 mkdir -p "$libdir" && cp -f $TMPO "$DSTFILE"420 dump "target location is: $DSTFILE"425 cp $TMPC $DSTFILE.c426 echo "$FUNCS" > $DSTFILE.functions.txt427 echo "$VARS" > $DSTFILE.variables.txt