Lines Matching refs:DSTDIR
60 DSTDIR="$TMPDIR"
148 echo " --dst-dir=<path> Destination directory [$DSTDIR]"
192 DSTDIR="$OPTION_DSTDIR"
194 log "Using destination directory: $DSTDIR"
276 local DDIR="$DSTDIR/$2"
294 mkdir -p "$DSTDIR/$2"
296 files=$(cd $DSTDIR/$1 && ls -1p)
300 ln -s $rev/$1/$file $DSTDIR/$2/$file
453 local DSTDIR="$DSTDIR/$3"
489 gen_shared_lib $LIB "$funcs" "$vars" "$DSTDIR/$LIB" "$CC" "$version_script"
505 local DST_DIR="$DSTDIR/$5"
629 rm -rf $DSTDIR/platforms && mkdir -p $DSTDIR/platforms
659 copy_directory "$DSTDIR/$PREV_SYSROOT_DST" "$DSTDIR/$SYSROOT_DST"
688 if [ -d "$DSTDIR/$SYSROOT_DST/include/" ]; then
689 files=$(cd "$DSTDIR/$SYSROOT_DST/include/" && ls)
692 rm -rf "$DSTDIR/$SYSROOT_DST/include/$file"
702 generate_api_level "$PLATFORM" "$ARCH" "$DSTDIR"
817 find "$DSTDIR/platforms" | sort -f | uniq -di | xargs rm
822 make_repo_prop "$DSTDIR/platforms/$PLATFORM_NAME"
824 NOTICE="$DSTDIR/platforms/$PLATFORM_NAME/NOTICE"
837 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$DSTDIR/platforms" "$PLATFORM_NAME"