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

  /external/lldb/scripts/
install-lldb.sh 13 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/LLDB.framework" ]; the
    [all...]
  /external/chromium_org/remoting/host/installer/linux/
Makefile 9 BUILD_DIR = $(SRC_DIR)/out/Release
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_locales/$$locale"
    [all...]
  /external/chromium_org/build/
branding_value.sh 26 BUILD_DIR=$(pwd)
29 TOP="${BUILD_DIR}/.."
  /external/chromium_org/tools/win/link_limiter/
build_link_limiter.py 13 BUILD_DIR = 'build'
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/
android_gdbserver 12 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/
sysroot-creator.sh 158 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}/debian-package
    [all...]
  /external/chromium_org/third_party/jinja2/
get_jinja2.sh 24 BUILD_DIR="$PACKAGE-$VERSION"
27 OUT_DIR="$INSTALL_DIR/$BUILD_DIR/$PACKAGE_DIR"
106 cd "$BUILD_DIR"
  /external/chromium_org/third_party/markupsafe/
get_markupsafe.sh 22 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/
nacl-mono-runtime.sh 10 echo "Usage: $0 [path_to_mono] [build_dir] [install_dir]"
18 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}
build_sdk.py 52 BUILD_DIR = os.path.join(NACL_DIR, 'build')
56 CYGTAR = os.path.join(BUILD_DIR, 'cygtar.py')
57 PKGVER = os.path.join(BUILD_DIR, 'package_version', 'package_version.py')
89 build_dir = GYPBUILD_DIR + '-arm'
91 build_dir = GYPBUILD_DIR
92 return os.path.join(OUT_DIR, build_dir, 'Release', 'gen')
375 build_dir = GYPBUILD_DIR
376 ninja_out_dir = os.path.join(OUT_DIR, build_dir, 'Release')
421 ninja_out_dir = os.path.join(OUT_DIR, build_dir + '-arm', 'Release')
602 build_dir = GYPBUILD_DIR + '-pnacl-' + arc
    [all...]
  /external/chromium_org/testing/gtest_ios/
run-unittest.sh 22 readonly SimExecutable="${BUILD_DIR}/ninja-iossim/${CONFIGURATION}/iossim"
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
Makefile 24 BUILD_DIR=builds
  /external/mesa3d/src/glx/apple/
Makefile 24 BUILD_DIR=builds
  /external/openssl/
check-all-builds.sh 163 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 656 milliseconds