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

  /ndk/
ndk-build 40 PROGDIR=`dirname $0`
41 PROGDIR=`cd $PROGDIR && pwd`
68 PROGDIR_MIXED=`cygpath -m $PROGDIR`
89 $GNUMAKE -f $PROGDIR/build/core/build-local.mk "$@"
  /ndk/tests/
run-standalone-tests.sh 19 PROGDIR=$(dirname $0)
20 PROGDIR=$(cd $PROGDIR && pwd)
24 NDK=$(dirname $PROGDIR)
84 for CXXSRC in $PROGDIR/standalone/*/*.cpp $PROGDIR/standalone/*/*.c; do
run-tests.sh 24 PROGDIR=`dirname $0`
25 PROGDIR=`cd $PROGDIR && pwd`
30 ROOTDIR=`cd $PROGDIR/.. && pwd`
339 for INPUT in `ls "$PROGDIR"/awk/$SCRIPT_NAME/*.in`; do
351 for DIR in `ls -d "$PROGDIR"/awk/*`; do
  /development/ndk/tests/
run-all.sh 3 PROGDIR=`dirname $0`
4 PROGDIR=`cd $PROGDIR && pwd`
9 ROOTDIR=`dirname $PROGDIR`
  /ndk/build/tools/
dev-platform-expand-all.sh 23 PROGDIR=$(dirname $0)
59 $PROGDIR/dev-platform-expand.sh --platform=$PLATFORM --src-dir=$SRCDIR --dst-dir=$DSTDIR --arch=$(spaces_to_commas $ARCHS)
dev-rebuild-ndk.sh 31 PROGDIR=`dirname $0`
32 PROGDIR=`cd $PROGDIR && pwd`
104 if [ -d "$PROGDIR/toolchain-patches" ]
106 PATCHES_SHA1=`( find $PROGDIR/toolchain-patches -type f -print ) | \
120 $PROGDIR/download-toolchain-sources.sh $NDK_SRC_DIR \
161 $PROGDIR/build-platforms.sh \
198 $PROGDIR/rebuild-all-prebuilt.sh \
217 $PROGDIR/package-release.sh \
build-host-sed.sh 20 PROGDIR=$(dirname $0)
21 . $PROGDIR/prebuilt-common.sh
build-ndk-stack.sh 23 PROGDIR=$(dirname $0)
24 . $PROGDIR/prebuilt-common.sh
download-toolchain-sources.sh 24 PROGDIR=`dirname $0`
25 PROGDIR=`cd $PROGDIR && pwd`
193 PATCHES_DIR="$PROGDIR/toolchain-patches"
196 run $PROGDIR/patch-sources.sh $FLAGS $TMPDIR $PATCHES_DIR
dev-platform-compress.sh 23 PROGDIR=$(dirname $0)
24 . $PROGDIR/prebuilt-common.sh
rebuild-all-prebuilt.sh 26 PROGDIR=`dirname $0`
168 $PROGDIR/download-toolchain-sources.sh $DOWNLOAD_FLAGS $SRC_DIR
200 $PROGDIR/build-platforms.sh --arch=$ARCH --no-samples --dst-dir="$TMPDARWIN/ndk"
260 $PROGDIR/build-platforms.sh --arch=$ARCH --no-samples --no-symlinks --dst-dir=$BUILD_DIR
270 run $PROGDIR/build-gcc.sh $FLAGS $2 --sysroot=$OPTION_SYSROOT --mpfr-version=$MPFR_VERSION --binutils-version=$BINUTILS_VERSION --gdb-version=$GDB_VERSION --build-out=$BUILD_DIR/toolchain-$1 $SRC_DIR $NDK_DIR $1
282 $PROGDIR/build-gdbserver.sh $FLAGS --sysroot=$OPTION_SYSROOT --build-out=$BUILD_DIR/gdbserver-$1 --gdb-version=$GDB_VERSION $SRC_DIR $NDK_DIR $1
dev-platform-import.sh 19 PROGDIR=`dirname $0`
441 $PROGDIR/gen-system-symbols.sh "$PLATFORM_ROOT/lib" "$PLATFORM_ROOT/symbols"
dev-system-import.sh 19 PROGDIR=`dirname $0`
  /external/dbus/bus/
messagebus-config.in 12 PROGDIR=$(cd $_tdir && pwd)
87 if [ "$PROGDIR" = "/etc/postinstall" ]
  /prebuilt/android-arm/kernel/
rebuild.sh 95 set_dirname PROGDIR "$0"
220 ANDROID_BUILD_TOP="`cd \"$PROGDIR\"/../../.. && pwd`"
  /ndk/build/core/
ndk-common.sh 32 local PROGDIR="`dirname \"$2\"`"
34 if [ -d "$PROGDIR/build/core" ] ; then
37 if [ -z "$PROGDIR" -o "$PROGDIR" = '/' ] ; then
40 PROGDIR="`cd \"$PROGDIR/..\" && pwd`"
42 eval $1="$PROGDIR"
  /system/extras/tests/bionic/libc/
run-test.sh 20 PROGDIR=`dirname $0`

Completed in 147 milliseconds