Searched refs:DSTDIR (Results 1 – 12 of 12) sorted by relevance
54 DSTDIR="$ANDROID_NDK_ROOT"119 echo " --dst-dir=<path> Destination directory [$DSTDIR]"156 DSTDIR="$OPTION_DSTDIR"158 log "Using destination directory: $DSTDIR"236 local DDIR="$DSTDIR/$2"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/$file280 rm -rf $DSTDIR/platforms && mkdir -p $DSTDIR/platforms[all …]
54 DSTDIR="$ANDROID_NDK_ROOT"127 echo " --dst-dir=<path> Destination directory [$DSTDIR]"170 DSTDIR="$OPTION_DSTDIR"172 log "Using destination directory: $DSTDIR"255 local DDIR="$DSTDIR/$2"273 mkdir -p "$DSTDIR/$2"275 files=$(cd $DSTDIR/$1 && ls -1p)279 ln -s $rev/$1/$file $DSTDIR/$2/$file339 local DSTDIR="$DSTDIR/$3"371 gen_shell_lib $LIB "$funcs" "$vars" "$DSTDIR/$LIB" "$TOOLCHAIN_PREFIX"[all …]
62 DSTDIR=/tmp/ndk-$USER/platforms63 register_var_option "--dst-dir=<path>" DSTDIR "Destination directory"116 if [ ! -d "$DSTDIR" ]; then117 mkdir -p "$DSTDIR"119 echo "ERROR: Could not create destination directory: $DSTDIR"123 log "Using destination directory: $DSTDIR"205 DDIR="$DSTDIR/android-$PLATFORM"
30 DSTDIR=/tmp/ndk-$USER/platforms31 register_var_option "--dst-dir=<path>" DSTDIR "Destination directory"54 log "Using destination directory: $DSTDIR"59 …$PROGDIR/dev-platform-expand.sh --platform=$PLATFORM --src-dir=$SRCDIR --dst-dir=$DSTDIR --arch=$(…63 log "Done! See $DSTDIR"
115 local DSTDIR="$3"121 if [ -z "$DSTDIR" ]; then122 DSTDIR=$NDK_DIR/$GABIXX_SUBDIR/libs/$ABI125 mkdir -p "$DSTDIR"129 builder_set_dstdir "$DSTDIR"136 log "Building $DSTDIR/libgabi++_static.a"139 log "Building $DSTDIR/libgabi++_shared.so"
148 local DSTDIR="$3"154 if [ -z "$DSTDIR" ]; then155 DSTDIR=$NDK_DIR/$STLPORT_SUBDIR/libs/$ABI158 mkdir -p "$DSTDIR"162 builder_set_dstdir "$DSTDIR"177 log "Building $DSTDIR/libstlport_static.a"180 log "Building $DSTDIR/libstlport_shared.so"
57 DSTDIR=$264 if [ -z "$DSTDIR" ]; then74 mkdir -p $DSTDIR75 fail_panic "Could not create destination directory: $DSTDIR"194 (echo "$FUNCS" | tr ' ' '\n') > $DSTDIR/$LIB.functions.txt195 (echo "$VARS" | tr ' ' '\n') > $DSTDIR/$LIB.variables.txt
295 unpack_archive "$PREBUILT_DIR/$PREBUILT" "$DSTDIR"321 copy_directory $TMPUNPACKDIR "$DSTDIR"334 copy_directory "$SUBDIR" "$DSTDIR/$2"345 DSTDIR=$TMPDIR/$RELEASE_PREFIX346 rm -rf $DSTDIR &&347 copy_file_list "$REFERENCE" "$DSTDIR" "*"357 cd $UNZIP_DIR/android-ndk-* && cp -rP toolchains/* $DSTDIR/toolchains/360 if [ -d "$DSTDIR/$GABIXX_SUBDIR" ]; then369 if [ -d "$DSTDIR/$STLPORT_SUBDIR" ] ; then387 rm -rf $DSTDIR/toolchains/$TC/prebuilt/$SYSTEM/sysroot
51 DSTDIR=/tmp/ndk-$USER/platforms-compressed52 register_var_option "--dst-dir=<path>" DSTDIR "Specify destination directory"74 DDIR=$DSTDIR/android-$PLATFORM
117 local DSTDIR="$3"124 if [ -z "$DSTDIR" ]; then125 DSTDIR=$NDK_DIR/$GNUSTL_SUBDIR/libs/$ABI127 mkdir -p $DSTDIR
684 local DSTDIR="$2"690 log " to $DSTDIR"691 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && 2>/dev/null tar cf - *) | (tar xf - -C "$DSTDIR")692 fail_panic "Cannot copy to directory: $DSTDIR"700 local DSTDIR="$2"706 log " to $DSTDIR"707 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && tar chf - *) | (tar xf - -C "$DSTDIR")708 fail_panic "Cannot copy to directory: $DSTDIR"718 local DSTDIR="$2"725 log " to $DSTDIR"[all …]
505 local DSTDIR="$2/ndk-tests"521 adb_cmd_mkdir $DSTDIR527 DSTFILE="$DSTDIR/$DSTFILE"542 adb_cmd LD_LIBRARY_PATH="$DSTDIR" $PROGRAM548 adb_cmd rm -r $DSTDIR