Home | History | Annotate | Download | only in mac

Lines Matching refs:FLAGS

22 declare -a FLAGS
28 # Strip everything (no special flags). No-op.
33 FLAGS[${#FLAGS[@]}]=-S
34 FLAGS[${#FLAGS[@]}]=-x
46 # Flags".
48 FLAGS[${#FLAGS[@]}]="${stripflag}"
57 FLAGS[${#FLAGS[@]}]=-s
58 FLAGS[${#FLAGS[@]}]="${CHROMIUM_STRIP_SAVE_FILE}"
61 exec "$(dirname ${0})/strip_save_dsym" "${FLAGS[@]}" \