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 - 4
of
4
) 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"; }
127
if [ -n "$
OPTION_BUILD_OUT
" ] ; then
128
BUILD_OUT="$
OPTION_BUILD_OUT
"
242
if [ -z "$
OPTION_BUILD_OUT
" ] ; then
build-ndk-sysroot.sh
40
OPTION_BUILD_OUT
=
61
OPTION_BUILD_OUT
=$optarg
116
if [ -z "$
OPTION_BUILD_OUT
" ] ; then
126
ANDROID_PRODUCT_OUT=$
OPTION_BUILD_OUT
128
echo "The build out path is not a valid directory: $
OPTION_BUILD_OUT
"
build-gcc.sh
35
OPTION_BUILD_OUT
=
36
register_var_option "--build-out=<path>"
OPTION_BUILD_OUT
"Set temporary build directory"
63
fix_option BUILD_OUT "$
OPTION_BUILD_OUT
" "build directory"
274
if [ -z "$
OPTION_BUILD_OUT
" ] ; then
Completed in 17 milliseconds