Home
last modified time | relevance | path

Searched defs:bazel_command (Results 1 – 2 of 2) sorted by relevance

/external/bazelbuild-rules_rust/tools/rustfmt/src/
Dmain.rs40 fn bazel_command(bazel_bin: &Path, args: &[String], current_dir: &Path) -> Vec<String> { in bazel_command() function
/external/pigweed/pw_build/py/pw_build/
Dbuild_recipe.py165 def bazel_command(self) -> bool: member in BuildCommand