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

  /ndk/build/tools/
dev-platform-expand-all.sh 30 DSTDIR=$TMPDIR/platforms
31 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=$(spaces_to_commas $ARCHS)
63 log "Done! See $DSTDIR"
dev-platform-expand.sh 62 DSTDIR=$TMPDIR/platforms
63 register_var_option "--dst-dir=<path>" DSTDIR "Destination directory"
116 if [ ! -d "$DSTDIR" ]; then
117 mkdir -p "$DSTDIR"
119 echo "ERROR: Could not create destination directory: $DSTDIR"
123 log "Using destination directory: $DSTDIR"
204 DDIR="$DSTDIR/android-$PLATFORM"
gen-system-symbols.sh 56 DSTDIR=$2
63 if [ -z "$DSTDIR" ]; then
73 mkdir -p $DSTDIR
74 fail_panic "Could not create destination directory: $DSTDIR"
206 (echo "$FUNCS" | tr ' ' '\n') > $DSTDIR/$LIB.functions.txt
207 (echo "$VARS" | tr ' ' '\n') > $DSTDIR/$LIB.variables.txt
ndk-common.sh 759 local DSTDIR="$2"
765 log " to $DSTDIR"
766 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && 2>/dev/null tar cf - *) | (tar xf - -C "$DSTDIR")
767 fail_panic "Cannot copy to directory: $DSTDIR"
778 local DSTDIR="$2"
784 log " to $DSTDIR"
785 mkdir -p "$DSTDIR" && (mv "$SRCDIR"/* "$DSTDIR")
786 fail_panic "Cannot move to directory: $DSTDIR"
    [all...]
dev-platform-compress.sh 51 DSTDIR=$TMPDIR/platforms-compressed
52 register_var_option "--dst-dir=<path>" DSTDIR "Specify destination directory"
74 DDIR=$DSTDIR/android-$PLATFORM
gen-platforms.sh 60 DSTDIR="$TMPDIR"
148 echo " --dst-dir=<path> Destination directory [$DSTDIR]"
192 DSTDIR="$OPTION_DSTDIR"
194 log "Using destination directory: $DSTDIR"
271 # $2: destination directory (relative to $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
311 # $2: destination directory (relative to $DSTDIR)
    [all...]
build-cxx-stl.sh 498 local DSTDIR="$4"
559 DSTDIR=$DSTDIR/$CXX_STL_SUBDIR/libs/$ABI/$THUMB
563 mkdir -p "$DSTDIR"
588 builder_set_dstdir "$DSTDIR"
631 log "Building $DSTDIR/${CXX_STL_LIB}_static.a"
634 log "Building $DSTDIR/${CXX_STL_LIB}_shared${LIB_SUFFIX}"
  /ndk/sources/host-tools/toolbox/
build-toolbox.sh 95 DSTDIR=$NDK_DIR/$SUBDIR
96 mkdir -p "$DSTDIR"
97 fail_panic "Could not create destination directory: $DSTDIR"
103 builder_set_dstdir "$DSTDIR"
112 builder_set_dstdir "$DSTDIR"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 574 local DSTDIR="$2"
578 log2 "Directory copy: $SRCDIR -> $DSTDIR"
579 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && tar cf - *) | (tar xf - -C "$DSTDIR")
580 fail_panic "Cannot copy to directory: $DSTDIR"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 576 local DSTDIR="$2"
580 log2 "Directory copy: $SRCDIR -> $DSTDIR"
581 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && tar cf - *) | (tar xf - -C "$DSTDIR")
582 fail_panic "Cannot copy to directory: $DSTDIR"
    [all...]
  /ndk/sources/cxx-stl/gnu-libstdc++/
build-gnu-libstdc++.sh 133 local DSTDIR=$NDK_DIR/$GNUSTL_SUBDIR/libs/$ABI/$THUMB
143 mkdir -p $DSTDIR

Completed in 3160 milliseconds