OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ROOTDIR
(Results
1 - 4
of
4
) sorted by null
/development/ndk/tests/
run-all.sh
9
ROOTDIR
=`dirname $PROGDIR`
105
SAMPLE_DIRS=`cd $
ROOTDIR
&& ls -d samples/*`
106
SAMPLE_DIRS="$SAMPLE_DIRS "`cd $
ROOTDIR
&& ls -d platforms/android-*/samples/*`
115
SAMPLEDIR=$
ROOTDIR
/$1
/ndk/tests/
run-standalone-tests.sh
31
ROOTDIR
=/tmp/ndk-$USER/tests/standalone
45
OBJDIR=$
ROOTDIR
/obj
56
TOOLCHAINDIR=$
ROOTDIR
/toolchain-$LEVEL
89
rm -rf $
ROOTDIR
run-tests.sh
30
ROOTDIR
=`cd $PROGDIR/.. && pwd`
31
. $
ROOTDIR
/build/core/ndk-common.sh
130
echo " --ndk=<path> Path to NDK to test [$
ROOTDIR
]"
273
NDK="$
ROOTDIR
"
332
local SCRIPT="$
ROOTDIR
/build/awk/$SCRIPT_NAME.awk"
350
AWKDIR="$
ROOTDIR
/build/awk"
478
for DIR in `ls -d $
ROOTDIR
/tests/build/*`; do
551
for DIR in `ls -d $
ROOTDIR
/tests/device/*`; do
587
for DIR in `ls -d $
ROOTDIR
/tests/device/*`; do
/external/iproute2/
Makefile
2
ROOTDIR
=$(DESTDIR)
11
DBM_INCLUDE:=$(
ROOTDIR
)/usr/include
Completed in 133 milliseconds