OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPTION_BUILD_OUT
(Results
1 - 3
of
3
) sorted by null
/ndk/build/tools/
build-ccache.sh
42
OPTION_BUILD_OUT
=
49
do_build_out () {
OPTION_BUILD_OUT
=$1; }
77
fix_option BUILD_OUT "$
OPTION_BUILD_OUT
" "build directory"
build-gdbserver.sh
41
OPTION_BUILD_OUT
=
44
do_build_out () {
OPTION_BUILD_OUT
="$1"; }
140
if [ -n "$
OPTION_BUILD_OUT
" ] ; then
141
BUILD_OUT="$
OPTION_BUILD_OUT
"
251
if [ -z "$
OPTION_BUILD_OUT
" ] ; then
build-ndk-sysroot.sh
40
OPTION_BUILD_OUT
=
57
OPTION_BUILD_OUT
=$optarg
112
if [ -z "$
OPTION_BUILD_OUT
" ] ; then
122
ANDROID_PRODUCT_OUT=$
OPTION_BUILD_OUT
124
echo "The build out path is not a valid directory: $
OPTION_BUILD_OUT
"
Completed in 46 milliseconds