OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_bazel__expansion_for
(Results
1 - 2
of
2
) sorted by null
/prebuilts/tools/darwin-x86/bazel/
bazel-complete.bash
160
# Usage:
_bazel__expansion_for
<command>
163
_bazel__expansion_for
() {
function
418
expansion_pattern="$(
_bazel__expansion_for
$command)"
461
"$cur" "$(
_bazel__expansion_for
$command)")"
[
all
...]
/prebuilts/tools/linux-x86/bazel/
bazel-complete.bash
160
# Usage:
_bazel__expansion_for
<command>
163
_bazel__expansion_for
() {
function
418
expansion_pattern="$(
_bazel__expansion_for
$command)"
461
"$cur" "$(
_bazel__expansion_for
$command)")"
[
all
...]
Completed in 204 milliseconds