Home | History | Annotate | Download | only in tools

Lines Matching refs:DSTDIR

54 DSTDIR="$ANDROID_NDK_ROOT"
119 echo " --dst-dir=<path> Destination directory [$DSTDIR]"
156 DSTDIR="$OPTION_DSTDIR"
158 log "Using destination directory: $DSTDIR"
231 # $2: destination directory (relative to $DSTDIR)
236 local DDIR="$DSTDIR/$2"
251 # $2: destination directory (relative to $DSTDIR)
255 mkdir -p "$DSTDIR/$2"
256 files=`cd $DSTDIR/$1 && ls -1p | grep -v -e '.*/'`
257 subdirs=`cd $DSTDIR/$1 && ls -1p | grep -e '.*/' | sed -e 's!/$!!g'`
260 ln -s $rev/$1/$file $DSTDIR/$2/$file
280 rm -rf $DSTDIR/platforms && mkdir -p $DSTDIR/platforms
290 #cp -r $DSTDIR/$PREV_PLATFORM_DST $DSTDIR/$PLATFORM_DST
291 copy_directory "$DSTDIR/$PREV_PLATFORM_DST" "$DSTDIR/$PLATFORM_DST"
297 echo "ERROR: Could not copy previous sysroot to $DSTDIR/$NEW_PLATFORM"
319 rm -rf $DSTDIR/samples && mkdir -p $DSTDIR/samples
329 rm -rf "$DSTDIR/samples/*/obj"
330 rm -rf "$DSTDIR/samples/*/libs"