Home
last modified time | relevance | path

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

/ndk/tests/
Drun-tests.sh671 local DSTFILE
708 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 $DSTFILE
727 DSTFILE=`basename $SRCFILE`
728 if [ "$DSTFILE" = "gdbserver" -o "$DSTFILE" = "gdb.setup" ] ; then
731 echo "$DSTFILE" | grep -q -e '\.so$'
736 grep -q -w -e "$DSTFILE" "$TEST/BROKEN_RUN"
[all …]
/ndk/build/tools/
Dbuild-gdbserver.sh239 DSTFILE="gdbserver-nothreads"
241 DSTFILE="gdbserver"
243 dump "Install : $TOOLCHAIN $DSTFILE."
246 run $TOOLCHAIN_PREFIX-objcopy --strip-unneeded $BUILD_OUT/gdbserver $DEST/$DSTFILE
248 dump "Could not install $DSTFILE. See $TMPLOG"
255 …ack_archive "$PACKAGE_DIR/$ARCHIVE" "$ANDROID_NDK_ROOT" "prebuilt/android-$ARCH/gdbserver/$DSTFILE"
Dgen-platforms.sh363 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.c
398 echo "$FUNCS" > $DSTFILE.functions.txt
399 echo "$VARS" > $DSTFILE.variables.txt