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

  /sdk/eclipse/scripts/
build_update_site.sh 29 DEST_DIR="$HOME"
30 [ -z "$DEST_DIR" ] && [ -n "$USER" ] && DEST_DIR="/home/$USER"
31 [ -z "$DEST_DIR" ] && DEST_DIR="~"
32 DEST_DIR="$DEST_DIR/www/no_crawl"
34 "$D/build_server.sh" "$DEST_DIR" "$BUILD_NUMBER" -z "$INTERNAL_BUILD"
  /external/swiftshader/third_party/LLVM/utils/buildit/
build_llvm 25 # move it once it's built, so this mostly controls the layout of $DEST_DIR.
30 DEST_DIR="$5"
124 $SRC_DIR/configure --prefix=$DEST_DIR$DEST_ROOT $configure_opts \
172 # $DEST_DIR, with occasional 'lipo' commands.
174 cd $DEST_DIR || exit 1
176 # Clean out DEST_DIR in case -noclean was passed to buildit.
201 echo "#define LLVM_VERSION ${RC_ProjectSourceVersion}" > $DEST_DIR$DEST_ROOT/include/llvm/Version.h
202 echo "#define LLVM_MINOR_VERSION ${RC_ProjectSourceSubversion}" >> $DEST_DIR$DEST_ROOT/include/llvm/Version.h
215 $STRIP -Sl $DEST_DIR$DEST_ROOT/lib/*.[oa]
216 for f in `ls $DEST_DIR$DEST_ROOT/lib/*.so`; d
    [all...]
  /external/icu/tools/srcgen/
generate_android_icu4j.sh 40 DEST_DIR=${DEST_RESOURCE_DIR}/${RELATIVE_DEST_DIR}
41 mkdir -p ${DEST_DIR}
42 cp $RESOURCE ${DEST_DIR}
86 DEST_DIR=${TEST_DEST_DIR}/${RELATIVE_DEST_DIR}
87 mkdir -p ${DEST_DIR}
88 cp $RESOURCE ${DEST_DIR}
102 DEST_DIR=${TEST_DEST_DIR}/${RELATIVE_DEST_DIR}
103 mkdir -p ${DEST_DIR}
106 sed 's|com[./]ibm|android|g' $RESOURCE > ${DEST_DIR}/${DEST_NAME}
  /external/python/cpython2/Tools/ssl/
test_multiple_versions.py 46 DEST_DIR = os.path.abspath(os.path.join(HERE, os.pardir, "openssl"))
56 def __init__(self, version, openssl_compile_args=(), destdir=DEST_DIR):
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
ProcessDsc.c 52 #define DEST_DIR "DEST_DIR"
966 dxe\drivers\vm\vm.dsc PROCESSOR=IA32 DEST_DIR=$(DEST_DIR)\xxx FV=FV1,FV2
    [all...]

Completed in 316 milliseconds