Home
last modified time | relevance | path

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

/ndk/tests/
Drun-tests.sh678 local DSTFILE
726 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 $DSTFILE
745 DSTFILE=`basename $SRCFILE`
746 if [ "$DSTFILE" = "gdbserver" -o "$DSTFILE" = "gdb.setup" ] ; then
749 echo "$DSTFILE" | grep -q -e '\.so$'
754 grep -q -w -e "$DSTFILE" "$TEST/BROKEN_RUN"
[all …]
/ndk/build/tools/
Dbuild-gdbserver.sh224 DSTFILE="gdbserver-nothreads"
226 DSTFILE="gdbserver"
228 dump "Install : $TOOLCHAIN $DSTFILE."
231 run $TOOLCHAIN_PREFIX-objcopy --strip-unneeded $BUILD_OUT/gdbserver $DEST/$DSTFILE
233 dump "Could not install $DSTFILE. See $TMPLOG"
240 …ack_archive "$PACKAGE_DIR/$ARCHIVE" "$ANDROID_NDK_ROOT" "prebuilt/android-$ARCH/gdbserver/$DSTFILE"
Dgen-platforms.sh390 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.c
426 echo "$FUNCS" > $DSTFILE.functions.txt
427 echo "$VARS" > $DSTFILE.variables.txt