Home
last modified time | relevance | path

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

/ndk/build/tools/
Dbuild-gdbserver.sh234 DSTFILE="gdbserver-nothreads"
236 DSTFILE="gdbserver"
238 dump "Install : $TOOLCHAIN $DSTFILE."
241 run $TOOLCHAIN_PREFIX-objcopy --strip-unneeded $BUILD_OUT/gdbserver $DEST/$DSTFILE
243 dump "Could not install $DSTFILE. See $TMPLOG"
250 …ack_archive "$PACKAGE_DIR/$ARCHIVE" "$ANDROID_NDK_ROOT" "prebuilt/android-$ARCH/gdbserver/$DSTFILE"
Dgen-platforms.sh419 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.c
455 echo "$FUNCS" > $DSTFILE.functions.txt
456 echo "$VARS" > $DSTFILE.variables.txt
/ndk/tests/
Drun-tests.sh790 local DSTFILE
851 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" ] ; then
874 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 …]