OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:do_inst_lib32
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/build/
install-build-deps.sh
35
--lib32)
do_inst_lib32
=1;;
36
--no-lib32)
do_inst_lib32
=0;;
305
if test "$
do_inst_lib32
" != "1"
322
# In order for that to work, we must reset the ${
do_inst_lib32
} variable.
326
do_inst_lib32
=
342
do_inst_lib32
=1
344
if test "$
do_inst_lib32
" != "1"
/external/chromium/build/
install-build-deps.sh
28
--lib32)
do_inst_lib32
=1;;
29
--no-lib32)
do_inst_lib32
=0;;
334
if test "$
do_inst_lib32
" = ""
350
do_inst_lib32
=1
353
if test "$
do_inst_lib32
" != "1"
Completed in 26 milliseconds