Searched refs:do_inst_syms (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/build/
H A Dinstall-build-deps.sh37 --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/
H A Dinstall-build-deps.sh24 --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 87 milliseconds