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

  /system/extras/ext4_utils/
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 34 SRC_DIR=$1
35 if [ -z "$SRC_DIR" ] ; then
40 if [ ! -d "$SRC_DIR" ] ; then
41 echo "ERROR: Invalid target source directory: $SRC_DIR"
69 log "Applying $PATCHNAME into $SRC_DIR/$PATCHDIR"
70 cd $SRC_DIR/$PATCHDIR && patch -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"
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"
271 SRC_DIR=`cd $SRC_DIR && pwd`
272 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 79 SRC_DIR="$PARAMETERS"
80 check_toolchain_src_dir "$SRC_DIR"
106 $PROGDIR/build-host-prebuilts.sh $HOST_FLAGS "$SRC_DIR" --try-64
109 $PROGDIR/build-host-prebuilts.sh $HOST_FLAGS "$SRC_DIR"
114 $PROGDIR/build-target-prebuilts.sh $TARGET_FLAGS "$SRC_DIR"
build-gdbserver.sh 72 SRC_DIR="$1"
78 if [ -z "$SRC_DIR" ] ; then
83 SRC_DIR2="$SRC_DIR/gdb/gdb-$GDB_VERSION/gdb/gdbserver"
85 SRC_DIR="$SRC_DIR2"
86 log "Found gdbserver source directory: $SRC_DIR"
89 if [ ! -f "$SRC_DIR/gdbreplay.c" ] ; then
90 echo "ERROR: Source directory does not contain gdbserver sources: $SRC_DIR"
94 log "Using source directory: $SRC_DIR"
213 run $SRC_DIR/configure \
build-host-prebuilts.sh 75 SRC_DIR="$PARAMETERS"
76 if [ -z "$SRC_DIR" ]; then
81 if [ ! -d "$SRC_DIR" ]; then
82 echo "ERROR: Not a directory: '$SRC_DIR'"
86 if [ ! -f "$SRC_DIR/build/configure" -o ! -d "$SRC_DIR/gcc/gcc-$DEFAULT_GCC_VERSION" ]; then
87 echo "ERROR: The file $SRC_DIR/build/configure or"
88 echo " the directory $SRC_DIR/gcc/gcc-$DEFAULT_GCC_VERSION does not exist"
89 echo "This is not the top of a toolchain tree: $SRC_DIR"
177 (cd "$SRC_DIR" && tar czf - .) | (ssh $REMOTE_HOST tar xzf - -C $TMPREMOTE/toolchain
    [all...]
build-target-prebuilts.sh 46 SRC_DIR="$PARAMETERS"
47 check_toolchain_src_dir "$SRC_DIR"
82 run $BUILDTOOLS/build-gdbserver.sh "$SRC_DIR" "$NDK_DIR" "$GDB_TOOLCHAIN" $FLAGS
104 run $BUILDTOOLS/build-gnu-libstdc++.sh $FLAGS "$SRC_DIR"
build-gcc.sh 87 SRC_DIR=`cd $1; pwd`
93 if [ -z "$SRC_DIR" ] ; then
98 if [ ! -d "$SRC_DIR/gcc" ] ; then
99 echo "ERROR: Source directory does not contain gcc sources: $SRC_DIR"
103 log "Using source directory: $SRC_DIR"
138 check_toolchain_src_dir "$SRC_DIR"
140 if [ ! -d $SRC_DIR/gdb/gdb-$GDB_VERSION ] ; then
141 echo "ERROR: Missing gdb sources: $SRC_DIR/gdb/gdb-$GDB_VERSION"
151 if [ ! -d $SRC_DIR/binutils/binutils-$BINUTILS_VERSION ] ; then
152 echo "ERROR: Missing binutils sources: $SRC_DIR/binutils/binutils-$BINUTILS_VERSION
    [all...]
build-llvm.sh 72 SRC_DIR=`cd $1; pwd`
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
99 log "Using source directory: $SRC_DIR"
175 if [ "$POLLY" = "yes" -a ! -d "$SRC_DIR/$TOOLCHAIN/polly" ] ; the
    [all...]
build-host-gcc.sh     [all...]
build-mingw64-toolchain.sh 350 if [ ! -d "$SRC_DIR/$PKG_BASENAME" ]; then
351 log "Uncompressing $PKG_URL into $SRC_DIR"
354 run tar xjf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR
357 run tar xzf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR
369 SRC_DIR=$TEMP_DIR/src
373 mkdir -p $SRC_DIR
421 MINGW_W64_SRC=$SRC_DIR/mingw-w64-svn$MINGW_W64_REVISION2
449 LICENSE_FILES=$(cd $SRC_DIR && find . -name "COPYING*")
451 (tar cf - -C $SRC_DIR $LICENSE_FILES) | (tar xf - -C $LICENSES_DIR)
494 run $SRC_DIR/$PKGNAME/configure "$@
    [all...]
build-host-python.sh 117 if [ ! -d "$SRC_DIR/$PKG_BASENAME" ]; then
118 log "Uncompressing $PKG_URL into $SRC_DIR"
121 run tar xjf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR
124 run tar xzf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR
prebuilt-common.sh     [all...]
gen-platforms.sh 457 local SRC_DIR="$SRCDIR/$4"
462 if [ ! -d "$SRC_DIR" ]; then
487 for SRC_FILE in $(cd "$SRC_DIR" && ls crt*.[cS]); do
506 (cd "$SRC_DIR" && $TOOLCHAIN_PREFIX-gcc -O2 -fpic -Wl,-r -nostdlib -o "$DST_DIR/$DST_FILE" $SRC_FILE) 1>>$TMPL 2>&1
508 dump "ERROR: Could not generate $DST_FILE from $SRC_DIR/$SRC_FILE"
  /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
149 $SRC_DIR/configure $COMMON_CONFIGURE_OPTS \
197 $SRC_DIR/configure $COMMON_CONFIGURE_OPTS $configure_opts \
  /external/smack/asmack-master/
build.bash 6 cd $SRC_DIR
20 cd $SRC_DIR
55 cd $SRC_DIR
69 rm -rf ${SRC_DIR}/smack
70 mkdir ${SRC_DIR}/smack
72 git archive $SMACK_BRANCH | tar -x -C ${SRC_DIR}/smack
109 for d in $(ls $SRC_DIR) ; do
110 cd $SRC_DIR
466 SRC_DIR=${ASMACK_BASE}/src
  /external/openssl/
check-all-builds.sh 158 SRC_DIR=$(cd $PROGDIR && pwd)
434 local c_includes=$(get_module_c_includes $prefix "$SRC_DIR")
445 printf " -I\$(SRC_DIR)/$inc"
477 printf "\$(OBJ): \$(SRC_DIR)/$src\n"
495 local src_dir="$4"
535 local src_dir="$4"
566 build_shared_library crypto CRYPTO $build_type "$SRC_DIR" "$out"
567 build_shared_library ssl SSL $build_type "$SRC_DIR" "$out"
568 build_executable openssl APPS $build_type "$SRC_DIR" "$out" "crypto ssl"
586 SRC_DIR=$SRC_DI
    [all...]
  /docs/source.android.com/scripts/
build.py 37 SRC_DIR = 'src'
56 # Step 3, recursively mirror SRC_DIR to HTML_DIR, directory by directory, translating *.md
59 for curdir, subdirs, files in os.walk(SRC_DIR):
110 # Note that this "absolute" filename has a root at SRC_DIR, not "/"

Completed in 284 milliseconds