OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPTION_ARCH
(Results
1 - 5
of
5
) sorted by null
/ndk/build/tools/
dev-platform-expand.sh
130
if [ -n "$
OPTION_ARCH
" ]; then
131
OPTION_ARCH
=$(commas_to_spaces $
OPTION_ARCH
)
137
if [ -n "$
OPTION_ARCH
" -a "$
OPTION_ARCH
" != "$OPTION_ABI" ]; then
141
OPTION_ARCH
=$OPTION_ABI
gen-platforms.sh
68
OPTION_ARCH
=
102
OPTION_ARCH
=$optarg
195
if [ -n "$
OPTION_ARCH
" ]; then
196
OPTION_ARCH
=$(commas_to_spaces $
OPTION_ARCH
)
202
if [ -n "$
OPTION_ARCH
" -a "$
OPTION_ARCH
" != "$OPTION_ABI" ]; then
206
OPTION_ARCH
=$OPTION_ABI
209
if [ -n "$
OPTION_ARCH
" ] ; then
210
ARCHS="$
OPTION_ARCH
"
[
all
...]
build-device-llvm.sh
41
OPTION_ARCH
=
42
register_var_option "--arch=<arm,x86,mips>"
OPTION_ARCH
"Default: all"
54
fix_option ARCHS "$
OPTION_ARCH
" "on-device architecture"
/external/qemu/distrib/
build-kernel.sh
42
OPTION_ARCH
=
78
OPTION_ARCH
=$optarg
124
if [ -n "$
OPTION_ARCH
" ]; then
125
ARCH=$
OPTION_ARCH
/external/dnsmasq/src/
rfc2131.c
54
#define
OPTION_ARCH
93
777
if ((opt = option_find(mess, sz,
OPTION_ARCH
, 2)))
[
all
...]
Completed in 294 milliseconds