HomeSort by relevance Sort by last modified time
    Searched refs:SRC_DIR (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/qemu/distrib/ext4_utils/src/
mkuserimg.sh 8 mkuserimg.sh [-s] SRC_DIR OUTPUT_FILE EXT_VARIANT MOUNT_POINT SIZE [FILE_CONTEXTS]
25 SRC_DIR=$1
26 if [ ! -d $SRC_DIR ]; then
27 echo "Can not find directory $SRC_DIR!"
56 MAKE_EXT4FS_CMD="make_ext4fs $ENABLE_SPARSE_IMAGE $FCOPT -l $SIZE -a $MOUNT_POINT $OUTPUT_FILE $SRC_DIR"
  /ndk/build/tools/
patch-sources.sh 37 SRC_DIR=$1
38 if [ -z "$SRC_DIR" ] ; then
43 if [ ! -d "$SRC_DIR" ] ; then
44 echo "ERROR: Invalid target source directory: $SRC_DIR"
78 log "Applying $PATCHNAME into $SRC_DIR/$PATCHDIR"
79 cd $SRC_DIR/$PATCHDIR && patch $REVERSE -p1 < $PATCHES_DIR/$PATCH
build-analyzer.sh 42 SRC_DIR="$1"
48 if [ -z "$SRC_DIR" ] ; then
53 SCAN_BUILD_SRC_DIR=$SRC_DIR/$TOOLCHAIN/clang/tools/scan-build
59 SCAN_VIEW_SRC_DIR=$SRC_DIR/$TOOLCHAIN/clang/tools/scan-view
65 LICENSE_FILE=$SRC_DIR/$TOOLCHAIN/clang/LICENSE.TXT
71 log "Using source directory: $SRC_DIR"
build-host-yasm.sh 42 SRC_DIR="$1"
47 if [ -z "$SRC_DIR" ] ; then
52 if [ ! -d "$SRC_DIR/yasm" ] ; then
53 echo "ERROR: Source directory does not contain llvm sources: $SRC_DIR/yasm"
57 SRC_DIR=`cd $SRC_DIR; pwd`
58 log "Using source directory: $SRC_DIR"
90 mkdir -p "$BUILD_OUT/src" && copy_directory "$SRC_DIR/yasm" "$BUILD_OUT/src"
download-toolchain-sources.sh 98 SRC_DIR="$PARAMETERS"
99 if [ -z "$SRC_DIR" -a "$OPTION_PACKAGE" = no ] ; then
104 if [ -n "$SRC_DIR" ] ; then
105 mkdir -p $SRC_DIR
106 SRC_DIR=`cd $SRC_DIR && pwd`
107 log "Using target source directory: $SRC_DIR"
281 SRC_DIR=`cd $SRC_DIR && pwd`
282 rm -rf $SRC_DIR && mkdir -p $SRC_DI
    [all...]
build-host-perl.sh 60 SRC_DIR="$1"
64 if [ -z "$SRC_DIR" ] ; then
69 if [ ! -d "$SRC_DIR/perl/perl-$PERL_VERSION" ] ; then
70 echo "ERROR: Source directory does not contain perl sources: $SRC_DIR/perl/perl-$PERL_VERSION"
74 log "Using source directory: $SRC_DIR"
91 run copy_directory "$SRC_DIR/perl/perl-$PERL_VERSION" "$BUILD_OUT"
92 fail_panic "Could not copy perl source $SRC_DIR/perl/perl-$PERL_VERSION to build directory $BUILD_OUT"
rebuild-all-prebuilt.sh 89 SRC_DIR="$PARAMETERS"
90 check_toolchain_src_dir "$SRC_DIR"
125 $PROGDIR/build-host-prebuilts.sh $HOST_FLAGS "$SRC_DIR" --try-64
128 $PROGDIR/build-host-prebuilts.sh $HOST_FLAGS "$SRC_DIR"
133 $PROGDIR/build-target-prebuilts.sh $TARGET_FLAGS "$SRC_DIR"
build-host-prebuilts.sh 79 SRC_DIR="$PARAMETERS"
80 if [ -z "$SRC_DIR" ]; then
85 if [ ! -d "$SRC_DIR" ]; then
86 echo "ERROR: Not a directory: '$SRC_DIR'"
90 if [ ! -f "$SRC_DIR/build/configure" -o ! -d "$SRC_DIR/gcc/gcc-$DEFAULT_GCC32_VERSION" -o ! -d "$SRC_DIR/gcc/gcc-$DEFAULT_GCC64_VERSION" ]; then
91 echo "ERROR: The file $SRC_DIR/build/configure or"
92 echo " the directory $SRC_DIR/gcc/gcc-$DEFAULT_GCC32_VERSION or"
93 echo " $SRC_DIR/gcc/gcc-$DEFAULT_GCC64_VERSION does not exist
    [all...]
build-compiler-rt.sh 43 SRC_DIR=
44 register_var_option "--src-dir=<path>" SRC_DIR "Specify compiler-rt source dir."
91 if [ -z "$SRC_DIR" -o ! -d "$SRC_DIR" ]; then
92 dump "Could not found compiler-rt source directory: $SRC_DIR"
99 COMPILER_RT_CFLAGS=$COMPILER_RT_CFLAGS" -I$SRC_DIR/include -I$SRC_DIR/lib"
103 COMPILER_RT_GENERIC_SOURCES=$(cd $SRC_DIR && ls lib/*.c)
218 builder_set_srcdir "$SRC_DIR"
build-gdbserver.sh 68 SRC_DIR="$1"
75 if [ -z "$SRC_DIR" ] ; then
86 SRC_DIR2="$SRC_DIR/gdb/gdb-$GDBVER/gdb/gdbserver"
88 SRC_DIR="$SRC_DIR2"
89 log "Found gdbserver source directory: $SRC_DIR"
92 if [ ! -f "$SRC_DIR/gdbreplay.c" ] ; then
93 echo "ERROR: Source directory does not contain gdbserver sources: $SRC_DIR"
97 log "Using source directory: $SRC_DIR"
211 run $SRC_DIR/configure \
build-llvm.sh 72 SRC_DIR="$1"
78 if [ -z "$SRC_DIR" ] ; then
83 if [ ! -d "$SRC_DIR/$TOOLCHAIN/llvm" ] ; then
84 echo "ERROR: Source directory does not contain llvm sources: $SRC_DIR/$TOOLCHAIN/llvm"
88 if [ -e "$SRC_DIR/$TOOLCHAIN/llvm/tools/polly" -a ! -h "$SRC_DIR/$TOOLCHAIN/llvm/tools/polly" ] ; then
89 echo "ERROR: polly, if exist, needs to be a symbolic link: $SRC_DIR/$TOOLCHAIN/llvm/tools/polly"
93 GMP_SOURCE=$SRC_DIR/gmp/gmp-$GMP_VERSION.tar.bz2
98 SRC_DIR=`cd $SRC_DIR; pwd
    [all...]
build-target-prebuilts.sh 50 SRC_DIR="$PARAMETERS"
51 check_toolchain_src_dir "$SRC_DIR"
52 SRC_DIR=`cd $SRC_DIR; pwd`
102 run $BUILDTOOLS/build-gdbserver.sh "$SRC_DIR" "$NDK_DIR" "$GDB_TOOLCHAIN" "$GDB_VERSION" $FLAGS
112 run $BUILDTOOLS/build-compiler-rt.sh --abis="$ABIS" $FLAGS --src-dir="$SRC_DIR/llvm-$DEFAULT_LLVM_VERSION/compiler-rt" \
152 run $BUILDTOOLS/build-gnu-libstdc++.sh --abis="$ABIS" $FLAGS $GNUSTL_STATIC_VIS_FLAG "$SRC_DIR"
154 run $BUILDTOOLS/build-gnu-libstdc++.sh --abis="$ABIS" $FLAGS $GNUSTL_STATIC_VIS_FLAG "$SRC_DIR" --with-debug-info
build-ndk-stack.sh 48 SRC_DIR=
49 register_var_option "--src-dir=<path>" SRC_DIR "Specify binutils source dir. Must be set for --with-libbfd"
63 if [ -z "$SRC_DIR" ]; then
97 BINUTILS_SRC_DIR=$SRC_DIR/binutils/binutils-$RECENT_BINUTILS_VERSION
build-gcc.sh 97 SRC_DIR="$1"
103 if [ -z "$SRC_DIR" ] ; then
108 if [ ! -d "$SRC_DIR/gcc" ] ; then
109 echo "ERROR: Source directory does not contain gcc sources: $SRC_DIR"
112 SRC_DIR=`cd $SRC_DIR; pwd`
113 log "Using source directory: $SRC_DIR"
160 check_toolchain_src_dir "$SRC_DIR"
162 if [ ! -d $SRC_DIR/gdb/gdb-$GDB_VERSION ] ; then
163 echo "ERROR: Missing gdb sources: $SRC_DIR/gdb/gdb-$GDB_VERSION
    [all...]
build-device-llvm.sh 72 SRC_DIR="$1"
78 if [ -z "$SRC_DIR" ] ; then
83 if [ ! -d "$SRC_DIR/$TOOLCHAIN/llvm" ] ; then
84 echo "ERROR: Source directory does not contain llvm sources: $SRC_DIR/$TOOLCHAIN/llvm"
88 SRC_DIR=`cd $SRC_DIR; pwd`
89 log "Using source directory: $SRC_DIR"
135 run copy_directory "$SRC_DIR/mclinker" "$MCLINKER_SRC_DIR"
208 run $SRC_DIR/$TOOLCHAIN/llvm/configure \
281 run cp "$SRC_DIR/SOURCES" $TOOLCHAIN_BUILD_PREFIX/$ab
    [all...]
  /system/extras/ext4_utils/
mkuserimg.sh 8 mkuserimg.sh [-s] SRC_DIR OUTPUT_FILE EXT_VARIANT MOUNT_POINT SIZE
24 SRC_DIR=$1
25 if [ ! -d $SRC_DIR ]; then
26 echo "Can not find directory $SRC_DIR!"
82 MAKE_EXT4FS_CMD="make_ext4fs $ENABLE_SPARSE_IMAGE -T $TIMESTAMP $OPT -l $SIZE -a $MOUNT_POINT $OUTPUT_FILE $SRC_DIR"
  /external/chromium_org/native_client_sdk/src/build_tools/
build_paths.py 14 SRC_DIR = os.path.dirname(SDK_DIR)
15 NACL_DIR = os.path.join(SRC_DIR, 'native_client')
16 OUT_DIR = os.path.join(SRC_DIR, 'out')
17 PPAPI_DIR = os.path.join(SRC_DIR, 'ppapi')
build_version.py 15 SRC_DIR = os.path.dirname(os.path.dirname(os.path.dirname(SCRIPT_DIR)))
16 sys.path.append(os.path.join(SRC_DIR, 'build/util'))
21 VERSION_PATH = os.path.join(SRC_DIR, 'chrome', 'VERSION')
72 nacl_dir = os.path.join(SRC_DIR, 'native_client')
  /external/chromium_org/remoting/tools/
register_local_nm_hosts.sh 11 SRC_DIR="$(readlink -f "$(dirname "$0")/../..")"
36 "${SRC_DIR}/remoting/host/setup/${ME2ME_HOST_NAME}.json.jinja2" \
41 "${SRC_DIR}/remoting/host/it2me/${IT2ME_HOST_NAME}.json.jinja2" \
114 register_hosts_for_all_channels "${SRC_DIR}/out/${build_dir}"
  /ndk/tests/abcc/
build-abcc.sh 47 SRC_DIR=$DEFAULT_TMP_SRC_DIR
48 register_var_option "--src-dir=<path>" SRC_DIR "Specify an existing toolchain source"
93 test "$SRC_DIR" != "$DEFAULT_TMP_SRC_DIR" && check_toolchain_src_dir "$SRC_DIR"
94 test "$SRC_DIR" = "$DEFAULT_TMP_SRC_DIR" && run $BUILDTOOLS/download-toolchain-sources.sh $SRC_DIR
97 run $BUILDTOOLS/build-on-device-toolchain.sh --ndk-dir=$NDK_DIR --build-dir=$BUILD_DIR --out-dir=$ABCC_PREBUILT_ASSETS/$ABI --abi=$ABI --no-sync $FLAGS $SRC_DIR
  /external/chromium_org/chrome/common/extensions/docs/server2/
build_server.py 13 SRC_DIR = os.path.join(sys.path[0], os.pardir, os.pardir, os.pardir, os.pardir,
15 THIRD_PARTY_DIR = os.path.join(SRC_DIR, 'third_party')
17 TOOLS_DIR = os.path.join(SRC_DIR, 'tools')
63 CopyThirdParty(os.path.join(SRC_DIR, 'ppapi', 'generators'),
  /external/chromium_org/remoting/host/installer/linux/
Makefile 8 SRC_DIR = ../../../..
9 BUILD_DIR = $(SRC_DIR)/out/Release
32 install "$(SRC_DIR)/remoting/host/linux/linux_me2me_host.py" \
34 install "$(SRC_DIR)/remoting/host/installer/linux/is-remoting-session" \
  /external/chromium_org/build/
landmines.py 29 SRC_DIR = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
44 ret = os.path.join(SRC_DIR, 'xcodebuild',
47 ret = os.path.join(SRC_DIR, 'out', target)
49 ret = os.path.join(SRC_DIR, 'build', target)
91 default=[os.path.join(SRC_DIR, 'build', 'get_landmines.py')],
  /build/tools/droiddoc/test/stubs/
func.sh 25 SRC_DIR=$2
34 find $SRC_DIR -name '*.java' > $OBJ_DIR/javadoc-src-list
47 -sourcepath $SRC_DIR:out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar \
  /external/llvm/utils/buildit/
build_llvm 71 SRC_DIR=$DIR/src
72 rm -rf $SRC_DIR || exit 1
73 mkdir $SRC_DIR || exit 1
74 ln -s $ORIG_SRC_DIR/* $SRC_DIR/ || exit 1
76 rm $SRC_DIR/Makefile || exit 1
78 sed -e '/[Aa]pple-style/d' -e '/include.*GNUmakefile/d' $ORIG_SRC_DIR/Makefile > $SRC_DIR/Makefile || exit 1
153 $SRC_DIR/configure $COMMON_CONFIGURE_OPTS \
204 $SRC_DIR/configure $COMMON_CONFIGURE_OPTS $configure_opts \

Completed in 368 milliseconds

1 2 3