Home | History | Annotate | Download | only in diag-build

Lines Matching refs:diagtool

5 # diag-build acts as a wrapper for 'diagtool show-enabled', in the same way
17 echo 'diagtool must be in your PATH'
58 diagtool=$(which diagtool)
59 if [[ -z "$diagtool" ]]; then
60 if [[ -x $(dirname $0)/diagtool ]]; then
61 diagtool=$(dirname $0)/diagtool
63 echo 'Error: could not find diagtool.' 1>&2
104 sed $EXTENDED_SED_FLAG "s:($escCC|$escCXX):${diagtool//:/\\:} show-enabled:g"