HomeSort by relevance Sort by last modified time
    Searched refs:do_inst_lib32 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/build/
install-build-deps.sh 39 --lib32) do_inst_lib32=1;;
40 --no-lib32) do_inst_lib32=0;;
367 if test "$do_inst_lib32" != "1"
384 # In order for that to work, we must reset the ${do_inst_lib32} variable.
389 do_inst_lib32=
403 if test "$do_inst_lib32" != "" ; then
407 do_inst_lib32=1
410 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 25 milliseconds