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

  /ndk/build/tools/
gen-toolchain-wrapper.sh 101 DST_DIR="$PARAMETERS"
102 if [ -z "$DST_DIR" ]; then
106 mkdir -p "$DST_DIR"
107 fail_panic "Could not create destination directory: $DST_DIR"
176 log "Generating toolchain wrappers in: $DST_DIR"
179 gen_wrapper_program $PROG "$SRC_PREFIX" "$DST_PREFIX" "$DST_DIR"
build-docs.sh 88 DST_DIR=$(dirname "$DST_FILE")
95 mkdir -p "$DST_DIR"
96 fail_panic "Could not create output directory: $DST_DIR"
gen-platforms.sh 510 local DST_DIR="$DSTDIR/$5"
522 CRTBRAND_S=$DST_DIR/crtbrand.s
564 -O2 -fpic -Wl,-r -nostdlib -o "$DST_DIR/$DST_FILE" $SRC_FILE) 1>>$TMPL 2>&1
571 if [ ! -s "$DST_DIR/crtbegin_static.o" ]; then
572 cp "$DST_DIR/crtbegin_dynamic.o" "$DST_DIR/crtbegin_static.o"
build-host-gcc.sh     [all...]
  /external/qemu/distrib/
package-release.sh 118 local HOST PKG_FILE PKG_FILE_BASENAME DST_DIR TARFLAGS
133 DST_DIR=/tmp/android-emulator-build
139 run ssh $HOST "mkdir -p $DST_DIR && rm -rf $DST_DIR/$PKG_FILE_BASENAME"
140 cat "$PKG_FILE" | ssh $HOST "cd $DST_DIR && tar x${TARGFLAGS}f -"
143 run ssh $HOST "bash -l -c \"cd $DST_DIR/$PKG_FILE_PREFIX/qemu && ./android-rebuild.sh $REBUILD_FLAGS\"" ||
148 run scp $HOST:$DST_DIR/$PKG_FILE_PREFIX/qemu/objs/emulator* objs/
149 run scp -r $HOST:$DST_DIR/$PKG_FILE_PREFIX/qemu/objs/lib objs/lib
151 run ssh $HOST rm -rf $DST_DIR/$PKG_FILE_PREFIX
515 DST_DIR=$TARGET_PREBUILTS_DIR/$SYSTEM-x86_6
    [all...]
  /external/chromium_org/build/android/
adb_gdb 886 DST_DIR=$(dirname "$DST_FILE")
887 mkdir -p "$DST_DIR" && adb pull $SYSLIB "$DST_FILE" 2>/dev/null

Completed in 1414 milliseconds