Searched refs:BUILD_DIR (Results 1 - 16 of 16) sorted by relevance

/external/lldb/scripts/
H A Dinstall-lldb.sh13 echo "usage: $PROGRAM <BUILD_DIR> <DEVELOPER_DIR>";
19 BUILD_DIR=$1
22 if [ -d $BUILD_DIR ]; then
24 if [ -e "$BUILD_DIR/debugserver" ]; then
27 sudo cp "$BUILD_DIR/debugserver" "$DEVELOPER_DIR/usr/bin/debugserver"
30 if [ -e "$BUILD_DIR/lldb" ]; then
33 sudo cp "$BUILD_DIR/lldb" "$DEVELOPER_DIR/usr/bin/lldb"
36 if [ -e "$BUILD_DIR/libEnhancedDisassembly.dylib" ]; then
39 sudo cp "$BUILD_DIR/libEnhancedDisassembly.dylib" "$DEVELOPER_DIR/usr/lib/libEnhancedDisassembly.dylib"
42 if [ -d "$BUILD_DIR/LLD
[all...]
/external/chromium_org/remoting/host/installer/linux/
H A DMakefile9 BUILD_DIR = $(SRC_DIR)/out/Release macro
15 ME2ME_PROGNAME = $(BUILD_DIR)/remoting_me2me_host
17 START_PROGNAME = $(BUILD_DIR)/remoting_start_host
19 ME2ME_NM_PROGNAME = $(BUILD_DIR)/native_messaging_host
21 REMOTE_ASSISTANCE_PROGNAME = $(BUILD_DIR)/remote_assistance_host
38 "$(BUILD_DIR)/remoting/com.google.chrome.remote_desktop.json" \
42 "$(BUILD_DIR)/remoting/com.google.chrome.remote_assistance.json" \
61 "$(BUILD_DIR)/icudtl.dat" "$(INSTALL_DIR)/icudtl.dat"
63 for locale in $$(ls $(BUILD_DIR)/remoting_locales); do \
64 install "$(BUILD_DIR)/remoting_locale
[all...]
/external/chromium_org/build/
H A Dbranding_value.sh26 BUILD_DIR=$(pwd)
29 TOP="${BUILD_DIR}/.."
/external/skia/platform_tools/android/bin/
H A Dandroid_gdbserver12 BUILD_DIR="${SKIA_OUT}/${BUILDTYPE}"
13 TARGET_LIBRARY="${BUILD_DIR}/lib/lib${APP_NAME}.so"
47 "${BUILD_DIR}/skia_launcher" \
48 "${BUILD_DIR}/lib/libskia_android.so" \
49 "${BUILD_DIR}/lib/lib${APP_NAME}.so" \
/external/chromium_org/tools/win/link_limiter/
H A Dbuild_link_limiter.py13 BUILD_DIR = 'build' variable
42 if not os.path.exists(BUILD_DIR):
43 os.makedirs(BUILD_DIR)
45 outpath = os.path.join(BUILD_DIR, outfile)
52 % (os.path.join('..', infile), outfile), BUILD_DIR)
67 if os.path.exists(BUILD_DIR):
68 shutil.rmtree(BUILD_DIR)
/external/chromium_org/third_party/skia/platform_tools/android/bin/
H A Dandroid_gdbserver12 BUILD_DIR="${SKIA_OUT}/${BUILDTYPE}"
13 TARGET_LIBRARY="${BUILD_DIR}/lib/lib${APP_NAME}.so"
62 "${BUILD_DIR}/skia_launcher" \
63 "${BUILD_DIR}/lib/libskia_android.so" \
64 "${BUILD_DIR}/lib/lib${APP_NAME}.so" \
/external/chromium_org/chrome/installer/linux/sysroot_scripts/
H A Dsysroot-creator.sh158 BUILD_DIR=${CHROME_DIR}/out/sysroot-build/${DIST}
159 mkdir -p ${BUILD_DIR}
160 echo "Using build directory: ${BUILD_DIR}"
208 local package_list="${BUILD_DIR}/Packages.${DIST}_amd64.bz2"
209 local tmp_package_list="${BUILD_DIR}/Packages.${DIST}_amd64"
219 local package_list="${BUILD_DIR}/Packages.${DIST}_i386.bz2"
220 local tmp_package_list="${BUILD_DIR}/Packages.${DIST}_amd64"
230 local package_list="${BUILD_DIR}/Packages.${DIST}_arm.bz2"
231 local tmp_package_list="${BUILD_DIR}/Packages.${DIST}_arm"
328 mkdir -p ${BUILD_DIR}/debia
[all...]
/external/chromium_org/third_party/jinja2/
H A Dget_jinja2.sh24 BUILD_DIR="$PACKAGE-$VERSION"
27 OUT_DIR="$INSTALL_DIR/$BUILD_DIR/$PACKAGE_DIR"
106 cd "$BUILD_DIR"
/external/chromium_org/third_party/markupsafe/
H A Dget_markupsafe.sh22 BUILD_DIR="$PACKAGE-$VERSION"
25 OUT_DIR="$INSTALL_DIR/$BUILD_DIR/$PACKAGE_DIR"
104 cd "$BUILD_DIR"
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dnacl-mono-runtime.sh18 readonly BUILD_DIR=$(readlink -f $2)
23 if [ -f ${BUILD_DIR}/Makefile -a ${CLEAN} != 0 ]; then
24 cd ${BUILD_DIR}
118 rm -rf ${BUILD_DIR}
119 mkdir -p ${BUILD_DIR}
121 cd ${BUILD_DIR}
H A Dbuild_sdk.py52 BUILD_DIR = os.path.join(NACL_DIR, 'build') variable
56 CYGTAR = os.path.join(BUILD_DIR, 'cygtar.py')
57 PKGVER = os.path.join(BUILD_DIR, 'package_version', 'package_version.py')
/external/chromium_org/testing/gtest_ios/
H A Drun-unittest.sh22 readonly SimExecutable="${BUILD_DIR}/ninja-iossim/${CONFIGURATION}/iossim"
/external/qemu/distrib/
H A Dpackage-release.sh409 BUILD_DIR=$TEMP_BUILD_DIR/sources/$PKG_PREFIX-$PKG_REVISION
412 copy_directory_git_files "$GTEST_DIR" "$BUILD_DIR"/gtest
415 copy_directory_git_files "$QEMU_DIR" "$BUILD_DIR"/qemu
418 copy_directory_git_files "$EMUGL_DIR" "$BUILD_DIR"/opengl
421 cat > "$BUILD_DIR"/README <<EOF
427 cat > "$BUILD_DIR"/rebuild.sh <<EOF
443 chmod +x "$BUILD_DIR"/rebuild.sh
448 (run cd "$BUILD_DIR"/.. && run tar cjf "$PKG_FILE" $PKG_PREFIX-$PKG_REVISION)
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A DMakefile24 BUILD_DIR=builds macro
/external/mesa3d/src/glx/apple/
H A DMakefile24 BUILD_DIR=builds macro
/external/openssl/
H A Dcheck-all-builds.sh163 BUILD_DIR=
173 BUILD_DIR=${OPT##--build-dir=}
255 if [ -z "$BUILD_DIR" ]; then
258 BUILD_DIR=$(mktemp -d)
260 log "Cleaning up temporary directory: $BUILD_DIR"
261 rm -rf "$BUILD_DIR"
266 log "Using temporary build directory: $BUILD_DIR"
268 log "Using user build directory: $BUILD_DIR"
271 mkdir -p "$BUILD_DIR" && rm -rf "$BUILD_DIR"/*
[all...]

Completed in 3749 milliseconds