Home
last modified time | relevance | path

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

/ndk/build/tools/
Dbuild-gdbserver.sh242 DSTFILE="gdbserver-nothreads"
244 DSTFILE="gdbserver"
246 dump "Install : $TOOLCHAIN $DSTFILE."
249 run $TOOLCHAIN_PREFIX-objcopy --strip-unneeded $BUILD_OUT/gdbserver $DEST/$DSTFILE
251 dump "Could not install $DSTFILE. See $TMPLOG"
258 …ack_archive "$PACKAGE_DIR/$ARCHIVE" "$ANDROID_NDK_ROOT" "prebuilt/android-$ARCH/gdbserver/$DSTFILE"
Dgen-platforms.sh359 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.c
394 echo "$FUNCS" > $DSTFILE.functions.txt
395 echo "$VARS" > $DSTFILE.variables.txt
/ndk/tests/
Drun-tests.sh546 local DSTFILE
570 DSTFILE=`basename $SRCFILE`
571 if [ "$DSTFILE" = "gdbserver" -o "$DSTFILE" = "gdb.setup" ] ; then
578 DSTFILE="$DSTDIR/$DSTFILE"
579 run $ADB_CMD push "$SRCFILE" "$DSTFILE" &&
580 run $ADB_CMD shell chmod 0755 $DSTFILE
586 echo "$DSTFILE" | grep -q -e '\.so$'
588 PROGRAMS="$PROGRAMS $DSTFILE"