HomeSort by relevance Sort by last modified time
    Searched refs:DSTFILE (Results 1 - 5 of 5) sorted by null

  /ndk/build/tools/
build-gdbserver.sh 234 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 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$ANDROID_NDK_ROOT" "prebuilt/android-$ARCH/gdbserver/$DSTFILE"
gen-platforms.sh 419 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/
run-tests.sh 790 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"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/
build-lucid-multilib-toolchain.sh 705 local SRCFILE DSTFILE
708 DSTFILE="$DOWNLOAD_DIR/Packages-$UA.bz2"
710 download_file "$SRCFILE" "$DSTFILE"
713 fail_panic "Could not uncompress $DSTFILE to Packages-$UA"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 705 local SRCFILE DSTFILE
708 DSTFILE="$DOWNLOAD_DIR/Packages-$UA.bz2"
710 download_file "$SRCFILE" "$DSTFILE"
713 fail_panic "Could not uncompress $DSTFILE to Packages-$UA"
    [all...]

Completed in 395 milliseconds