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

  /sdk/emulator/opengl/
gen-encoder.sh 15 DSTDIR="development/tools/emulator/opengl/system"
16 if [ ! -d "$SRCDIR" -o ! -d "$DSTDIR" ]; then
33 local dst="$DSTDIR/$1_enc"
  /ndk/build/tools/
dev-platform-expand-all.sh 30 DSTDIR=/tmp/ndk-$USER/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=/tmp/ndk-$USER/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"
205 DDIR="$DSTDIR/android-$PLATFORM"
build-libportable.sh 118 local DSTDIR="$3"
124 if [ -z "$DSTDIR" ]; then
125 DSTDIR=$NDK_DIR/$LIBPORTABLE_SUBDIR/libs/$ABI
128 mkdir -p "$DSTDIR"
132 builder_set_dstdir "$DSTDIR"
144 log "Building $DSTDIR/libportable.a"
153 nm -a $DSTDIR/libportable.a | grep -r __wrap_ | awk '{print $3}' | sed '/^$/d' | \
155 awk '{printf "--wrap=%s\n",$1}' > "$DSTDIR/libportable.wrap"
build-gabi++.sh 130 local DSTDIR="$4"
136 if [ -z "$DSTDIR" ]; then
137 DSTDIR=$NDK_DIR/$GABIXX_SUBDIR/libs/$ABI
140 mkdir -p "$DSTDIR"
144 builder_set_dstdir "$DSTDIR"
156 log "Building $DSTDIR/libgabi++_static.a"
159 log "Building $DSTDIR/libgabi++_shared.so"
build-host-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"
gen-system-symbols.sh 57 DSTDIR=$2
64 if [ -z "$DSTDIR" ]; then
74 mkdir -p $DSTDIR
75 fail_panic "Could not create destination directory: $DSTDIR"
204 (echo "$FUNCS" | tr ' ' '\n') > $DSTDIR/$LIB.functions.txt
205 (echo "$VARS" | tr ' ' '\n') > $DSTDIR/$LIB.variables.txt
package-release.sh 324 copy_directory "$SUBDIR" "$DSTDIR/$2"
429 DSTDIR=$TMPDIR/$RELEASE_PREFIX
430 DSTDIR64=${DSTDIR}
438 rm -rf "$DSTDIR" "$DSTDIR64" &&
439 mkdir -p "$DSTDIR" "$DSTDIR64" &&
440 copy_directory "$REFERENCE" "$DSTDIR"
444 cd $UNZIP_DIR/android-ndk-* && cp -rP toolchains/* $DSTDIR/toolchains/
447 if [ -d "$DSTDIR/$GABIXX_SUBDIR" ]; then
456 if [ -d "$DSTDIR/$STLPORT_SUBDIR" ] ; then
472 if [ -d "$DSTDIR/$LIBPORTABLE_SUBDIR" ]; the
    [all...]
build-stlport.sh 163 local DSTDIR="$4"
176 if [ -z "$DSTDIR" ]; then
177 DSTDIR=$NDK_DIR/$STLPORT_SUBDIR/libs/$ABI
180 mkdir -p "$DSTDIR"
184 builder_set_dstdir "$DSTDIR"
211 log "Building $DSTDIR/libstlport_static.a"
214 log "Building $DSTDIR/libstlport_shared.so"
dev-platform-compress.sh 51 DSTDIR=/tmp/ndk-$USER/platforms-compressed
52 register_var_option "--dst-dir=<path>" DSTDIR "Specify destination directory"
74 DDIR=$DSTDIR/android-$PLATFORM
gen-platforms.sh 55 DSTDIR="$ANDROID_NDK_ROOT"
140 echo " --dst-dir=<path> Destination directory [$DSTDIR]"
185 DSTDIR="$OPTION_DSTDIR"
187 log "Using destination directory: $DSTDIR"
265 # $2: destination directory (relative to $DSTDIR)
270 local DDIR="$DSTDIR/$2"
288 mkdir -p "$DSTDIR/$2"
290 files=$(cd $DSTDIR/$1 && ls -1p)
294 ln -s $rev/$1/$file $DSTDIR/$2/$file
305 # $2: destination directory (relative to $DSTDIR)
    [all...]
build-host-python.sh 318 local DSTDIR="$NDK_DIR/$(python_ndk_install_dir $1 $2)"
323 run copy_directory "$SRCDIR/bin" "$DSTDIR/bin"
324 run copy_directory "$SRCDIR/lib" "$DSTDIR/lib"
325 run copy_directory "$SRCDIR/share" "$DSTDIR/share"
326 run copy_directory "$SRCDIR/include" "$DSTDIR/include"
build-host-gdb.sh 229 local DSTDIR="$NDK_DIR/$(gdb_ndk_install_dir $1 $2 $3)"
236 run copy_directory "$SRCDIR/bin" "$DSTDIR/bin"
238 run copy_directory "$SRCDIR/share/gdb" "$DSTDIR/share/gdb"
build-gnu-libstdc++.sh 111 local DSTDIR=$NDK_DIR/$GNUSTL_SUBDIR/$GCC_VERSION/libs/$ABI/$THUMB
120 mkdir -p $DSTDIR
  /ndk/tests/
run-tests.sh 669 local DSTDIR="$4/ndk-tests"
705 adb_shell_mkdir "$DEVICE" $DSTDIR
717 DSTFILE="$DSTDIR/$DSTFILE"
745 DSTFILE="$DSTDIR/$DSTFILE"
754 adb_var_shell_cmd "$DEVICE" "" "cd $DSTDIR && LD_LIBRARY_PATH=$DSTDIR ./$PROGRAM"
760 adb_var_shell_cmd "$DEVICE" "" rm -r $DSTDIR
  /ndk/build/core/
ndk-common.sh 788 local DSTDIR="$2"
794 log " to $DSTDIR"
795 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && 2>/dev/null tar cf - *) | (tar xf - -C "$DSTDIR")
796 fail_panic "Cannot copy to directory: $DSTDIR"
804 local DSTDIR="$2"
810 log " to $DSTDIR"
811 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && tar chf - *) | (tar xf - -C "$DSTDIR")
812 fail_panic "Cannot copy to directory: $DSTDIR"
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 560 local DSTDIR="$2"
564 log2 "Directory copy: $SRCDIR -> $DSTDIR"
565 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && tar cf - *) | (tar xf - -C "$DSTDIR")
566 fail_panic "Cannot copy to directory: $DSTDIR"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 560 local DSTDIR="$2"
564 log2 "Directory copy: $SRCDIR -> $DSTDIR"
565 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && tar cf - *) | (tar xf - -C "$DSTDIR")
566 fail_panic "Cannot copy to directory: $DSTDIR"
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 483 local DSTDIR="$2"
487 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && tar cf - *) | (tar xf - -C "$DSTDIR")
488 fail_panic "Cannot copy to directory: $DSTDIR"
    [all...]

Completed in 1335 milliseconds