Home | History | Annotate | Download | only in tools

Lines Matching refs:DSTDIR

94 DSTDIR="$ANDROID_NDK_ROOT"
154 echo " --dst-dir=<path> Destination directory [$DSTDIR]"
189 DSTDIR="$OPTION_DSTDIR"
191 log "Using destination directory: $DSTDIR"
244 # $2: destination directory (relative to $DSTDIR)
249 local DDIR="$DSTDIR/$2"
264 # $2: destination directory (relative to $DSTDIR)
267 mkdir -p "$DSTDIR/$2"
268 local files=`cd $DSTDIR/$1 && ls -1p | grep -v -e '.*/'`
269 local subdirs=`cd $DSTDIR/$1 && ls -1p | grep -e '.*/' | sed -e 's!/$!!g'`
273 ln -s $rev/$1/$file $DSTDIR/$2/$file
284 # $2: destination directory (relative to $DSTDIR)
293 mkdir -p $DSTDIR/$2
296 rm -f $DSTDIR/$2/$file
297 cp -f $SRCDIR/$1/$file $DSTDIR/$2/$file
298 #log2 "copy: $SRCDIR/$1/$file --> $DSTDIR/$2/$file"
318 rm -rf $DSTDIR/platforms && mkdir -p $DSTDIR/platforms
327 cp -r $DSTDIR/$PREV_PLATFORM_DST $DSTDIR/$PLATFORM_DST
333 echo "ERROR: Could not copy previous sysroot to $DSTDIR/$NEW_PLATFORM"
353 rm -rf $DSTDIR/samples && mkdir -p $DSTDIR/samples
362 rm -rf "$DSTDIR/samples/*/obj"
363 rm -rf "$DSTDIR/samples/*/libs"