OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BAZEL_COMPLETION_PACKAGE_PATH
(Results
1 - 2
of
2
) sorted by null
/prebuilts/tools/darwin-x86/bazel/
bazel-complete.bash
41
: ${
BAZEL_COMPLETION_PACKAGE_PATH
:=%workspace%}
144
for root in ${
BAZEL_COMPLETION_PACKAGE_PATH
//\%workspace\%/$workspace}; do
208
# $
BAZEL_COMPLETION_PACKAGE_PATH
, not just $(pwd). Only rules
214
# $
BAZEL_COMPLETION_PACKAGE_PATH
is ignored in this case, since the
258
#
BAZEL_COMPLETION_PACKAGE_PATH
, not just $(pwd). When a directory is
[
all
...]
/prebuilts/tools/linux-x86/bazel/
bazel-complete.bash
41
: ${
BAZEL_COMPLETION_PACKAGE_PATH
:=%workspace%}
144
for root in ${
BAZEL_COMPLETION_PACKAGE_PATH
//\%workspace\%/$workspace}; do
208
# $
BAZEL_COMPLETION_PACKAGE_PATH
, not just $(pwd). Only rules
214
# $
BAZEL_COMPLETION_PACKAGE_PATH
is ignored in this case, since the
258
#
BAZEL_COMPLETION_PACKAGE_PATH
, not just $(pwd). When a directory is
[
all
...]
Completed in 61 milliseconds