OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BAZEL_COMPLETION_USE_QUERY
(Results
1 - 2
of
2
) sorted by null
/prebuilts/tools/darwin-x86/bazel/
bazel-complete.bash
49
: ${
BAZEL_COMPLETION_USE_QUERY
:=false}
82
if _bazel__is_true "$
BAZEL_COMPLETION_USE_QUERY
"; then
212
# If $
BAZEL_COMPLETION_USE_QUERY
is true, 'bazel query' is used
224
if _bazel__is_true "$
BAZEL_COMPLETION_USE_QUERY
"; then
[
all
...]
/prebuilts/tools/linux-x86/bazel/
bazel-complete.bash
49
: ${
BAZEL_COMPLETION_USE_QUERY
:=false}
82
if _bazel__is_true "$
BAZEL_COMPLETION_USE_QUERY
"; then
212
# If $
BAZEL_COMPLETION_USE_QUERY
is true, 'bazel query' is used
224
if _bazel__is_true "$
BAZEL_COMPLETION_USE_QUERY
"; then
[
all
...]
Completed in 77 milliseconds