OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:do_inst_syms
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/build/
install-build-deps.sh
37
--syms)
do_inst_syms
=1;;
38
--no-syms)
do_inst_syms
=0;;
222
if test "$
do_inst_syms
" = "" && test 0 -eq ${do_quick_check-0}
231
do_inst_syms
=1
234
if test "$
do_inst_syms
" = "1"; then
/external/chromium/build/
install-build-deps.sh
24
--syms)
do_inst_syms
=1;;
25
--no-syms)
do_inst_syms
=0;;
235
if test "$
do_inst_syms
" = ""
244
do_inst_syms
=1
247
if test "$
do_inst_syms
" = "1"; then
Completed in 24 milliseconds