Searched defs:bazelPaths (Results 1 – 1 of 1) sorted by relevance
223 …createBazelCommand(config Config, paths *bazelPaths, runName bazel.RunName, command bazelCommand, …227 type bazelPaths struct { struct228 homeDir string229 bazelPath string230 outputBase string231 workspaceDir string232 soongOutDir string233 metricsDir string234 bazelDepsFile string627 func (p *bazelPaths) BazelMetricsDir() string {[all …]