Searched defs:bazelPaths (Results 1 – 1 of 1) sorted by relevance
92 type bazelPaths struct { struct93 homeDir string94 bazelPath string95 outputBase string96 workspaceDir string97 buildDir string98 metricsDir string305 func (r *mockBazelRunner) issueBazelCommand(paths *bazelPaths,322 func (r *builtinBazelRunner) issueBazelCommand(paths *bazelPaths, runName bazel.RunName, command ba…