Searched refs:DSTFILE (Results 1 – 3 of 3) sorted by relevance
671 local DSTFILE708 DSTFILE=`basename $SRCFILE`709 echo "$DSTFILE" | grep -q -e '\.so$'717 DSTFILE="$DSTDIR/$DSTFILE"718 run $ADB_CMD -s "$DEVICE" push "$SRCFILE" "$DSTFILE" &&719 run $ADB_CMD -s "$DEVICE" shell chmod 0755 $DSTFILE727 DSTFILE=`basename $SRCFILE`728 if [ "$DSTFILE" = "gdbserver" -o "$DSTFILE" = "gdb.setup" ] ; then731 echo "$DSTFILE" | grep -q -e '\.so$'736 grep -q -w -e "$DSTFILE" "$TEST/BROKEN_RUN"[all …]
239 DSTFILE="gdbserver-nothreads"241 DSTFILE="gdbserver"243 dump "Install : $TOOLCHAIN $DSTFILE."246 run $TOOLCHAIN_PREFIX-objcopy --strip-unneeded $BUILD_OUT/gdbserver $DEST/$DSTFILE248 dump "Could not install $DSTFILE. See $TMPLOG"255 …ack_archive "$PACKAGE_DIR/$ARCHIVE" "$ANDROID_NDK_ROOT" "prebuilt/android-$ARCH/gdbserver/$DSTFILE"
363 local DSTFILE="$4"388 local libdir=$(dirname "$DSTFILE")389 mkdir -p "$libdir" && cp -f $TMPO "$DSTFILE"392 dump "target location is: $DSTFILE"397 cp $TMPC $DSTFILE.c398 echo "$FUNCS" > $DSTFILE.functions.txt399 echo "$VARS" > $DSTFILE.variables.txt