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="device/generic/goldfish/opengl/system"
17 if [ ! -d "$SRCDIR" -o ! -d "$DSTDIR" ]; then
28 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"
55 log "Using destination directory: $DSTDIR"
60 $PROGDIR/dev-platform-expand.sh --platform=$PLATFORM --src-dir=$SRCDIR --dst-dir=$DSTDIR --arch=$(spaces_to_commas $ARCHS)
64 log "Done! See $DSTDIR"
dev-platform-expand.sh 62 DSTDIR=/tmp/ndk-$USER/platforms
63 register_var_option "--dst-dir=<path>" DSTDIR "Destination directory"
117 if [ ! -d "$DSTDIR" ]; then
118 mkdir -p "$DSTDIR"
120 echo "ERROR: Could not create destination directory: $DSTDIR"
124 log "Using destination directory: $DSTDIR"
206 DDIR="$DSTDIR/android-$PLATFORM"
package-release.sh 318 copy_directory "$SUBDIR" "$DSTDIR/$2"
427 DSTDIR=$TMPDIR/$RELEASE_PREFIX
428 DSTDIR64=${DSTDIR}
436 rm -rf "$DSTDIR" "$DSTDIR64" &&
437 mkdir -p "$DSTDIR" "$DSTDIR64" &&
438 copy_directory "$REFERENCE" "$DSTDIR"
443 rm -rf $DSTDIR/tests/build/c++-stl-source-extensions
444 find $DSTDIR/platforms | sort | uniq -di | xargs rm
448 cd $UNZIP_DIR/android-ndk-* && cp -rP toolchains/* $DSTDIR/toolchains/
451 if [ -d "$DSTDIR/$GABIXX_SUBDIR" ]; the
    [all...]
build-libportable.sh 126 local DSTDIR="$3"
132 if [ -z "$DSTDIR" ]; then
133 DSTDIR=$NDK_DIR/$LIBPORTABLE_SUBDIR/libs/$ABI
136 mkdir -p "$DSTDIR"
146 builder_set_dstdir "$DSTDIR"
161 log "Building $DSTDIR/libportable.a"
170 nm -a $DSTDIR/libportable.a | grep __wrap_ | awk '{print $3}' | sed '/^$/d' | \
172 awk '{printf "--wrap=%s\n",$1}' > "$DSTDIR/libportable.wrap"
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"
207 (echo "$FUNCS" | tr ' ' '\n') > $DSTDIR/$LIB.functions.txt
208 (echo "$VARS" | tr ' ' '\n') > $DSTDIR/$LIB.variables.txt
ndk-common.sh 830 local DSTDIR="$2"
836 log " to $DSTDIR"
837 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && 2>/dev/null tar cf - *) | (tar xf - -C "$DSTDIR")
838 fail_panic "Cannot copy to directory: $DSTDIR"
849 local DSTDIR="$2"
855 log " to $DSTDIR"
856 mkdir -p "$DSTDIR" && (mv "$SRCDIR"/* "$DSTDIR")
857 fail_panic "Cannot move to directory: $DSTDIR"
    [all...]
build-compiler-rt.sh 198 local DSTDIR="$4"
204 if [ -z "$DSTDIR" ]; then
205 DSTDIR=$NDK_DIR/$COMPILER_RT_SUBDIR/libs/$ABI
208 mkdir -p "$DSTDIR"
219 builder_set_dstdir "$DSTDIR"
238 log "Building $DSTDIR/libcompiler_rt_static.a"
241 log "Building $DSTDIR/libcompiler_rt_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
build-host-python.sh 400 local DSTDIR="$NDK_DIR/$(python_ndk_install_dir $1 $2)"
406 run copy_directory "$SRCDIR/bin" "$DSTDIR/bin"
407 run copy_directory "$SRCDIR/lib" "$DSTDIR/lib"
408 run copy_directory "$SRCDIR/share" "$DSTDIR/share"
409 run copy_directory "$SRCDIR/include" "$DSTDIR/include"
411 run rm -rf "$DSTDIR/share/man"
412 run rm -rf "$DSTDIR/share/pretty-printers/libstdcxx/gcc-4.9.*"
413 run rm -rf "$DSTDIR/share/pretty-printers/libstdcxx/gcc-4.9-*"
414 run rm -rf "$DSTDIR/share/pretty-printers/libstdcxx/gcc-[lm]*"
gen-platforms.sh 55 DSTDIR="$ANDROID_NDK_ROOT"
149 echo " --dst-dir=<path> Destination directory [$DSTDIR]"
199 DSTDIR="$OPTION_DSTDIR"
201 log "Using destination directory: $DSTDIR"
279 # $2: destination directory (relative to $DSTDIR)
284 local DDIR="$DSTDIR/$2"
302 mkdir -p "$DSTDIR/$2"
304 files=$(cd $DSTDIR/$1 && ls -1p)
308 ln -s $rev/$1/$file $DSTDIR/$2/$file
319 # $2: destination directory (relative to $DSTDIR)
    [all...]
build-cxx-stl.sh 550 local DSTDIR="$4"
576 DSTDIR=$DSTDIR/$CXX_STL_SUBDIR/libs/$ABI/$THUMB
580 mkdir -p "$DSTDIR"
608 builder_set_dstdir "$DSTDIR"
654 log "Building $DSTDIR/${CXX_STL_LIB}_static.a"
657 log "Building $DSTDIR/${CXX_STL_LIB}_shared${LIB_SUFFIX}"
build-host-gdb.sh 230 local DSTDIR="$NDK_DIR/$(gdb_ndk_install_dir $1 $2 $3)"
238 run copy_directory "$SRCDIR/bin" "$DSTDIR/bin"
240 run copy_directory "$SRCDIR/share/gdb" "$DSTDIR/share/gdb"
258 # ${DSTDIR}/bin/$(bh_tag_to_config_triplet $2)-gdb.exe (2) because
265 --gdb-executable-path=${DSTDIR}/bin/$(bh_tag_to_config_triplet $2)-gdb.exe \
build-gnu-libstdc++.sh 118 local DSTDIR=$NDK_DIR/$GNUSTL_SUBDIR/$GCC_VERSION/libs/$ABI/$THUMB
127 mkdir -p $DSTDIR
  /ndk/tests/
run-tests.sh 589 local DSTDIR="$1"
596 run $ADB_CMD -s "$DEVICE" shell am startservice --user 0 -a ${COMPILER_PKGNAME}.BITCODE_COMPILE_TEST -n $COMPILER_PKGNAME/.AbccService -e working_dir $DSTDIR
611 if [ -n "`$ADB_CMD -s "$DEVICE" shell ls $DSTDIR | grep compile_result`" ]; then
618 ret="`$ADB_CMD -s "$DEVICE" shell cat $DSTDIR/compile_result`"
624 elif [ -n "`$ADB_CMD -s "$DEVICE" shell ls $DSTDIR | grep compile_error`" ]; then
625 dump "- Reason: `$ADB_CMD -s "$DEVICE" shell cat $DSTDIR/compile_error`"
788 local DSTDIR="$4/$TARGET_TEST_SUBDIR"
827 adb_shell_mkdir "$DEVICE" $DSTDIR
830 run $ADB_CMD -s "$DEVICE" shell rm -rf $DSTDIR/abcc_tmp
831 adb_shell_mkdir "$DEVICE" $DSTDIR/abcc_tm
    [all...]
  /external/qemu/distrib/
package-release.sh 83 local SRCDIR DSTDIR FILES
85 DSTDIR=$2
89 mkdir -p "$DSTDIR" || panic "Cannot create destination directory: $DSTDIR"
90 (cd $SRCDIR && tar cf - $FILES) | (cd $DSTDIR && tar xf -)
96 local SRCDIR DSTDIR FILES
98 DSTDIR=$2
99 log "Copying git sources from $SRCDIR to $DSTDIR"
104 mkdir -p "$DSTDIR" || panic "Cannot create destination directory: $DSTDIR"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/
build-lucid-multilib-toolchain.sh 571 local DSTDIR="$2"
575 log2 "Directory copy: $SRCDIR -> $DSTDIR"
576 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && tar cf - *) | (tar xf - -C "$DSTDIR")
577 fail_panic "Cannot copy to directory: $DSTDIR"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 571 local DSTDIR="$2"
575 log2 "Directory copy: $SRCDIR -> $DSTDIR"
576 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && tar cf - *) | (tar xf - -C "$DSTDIR")
577 fail_panic "Cannot copy to directory: $DSTDIR"
    [all...]

Completed in 362 milliseconds