Searched defs:bazelPaths (Results 1 – 1 of 1) sorted by relevance
89 …issueBazelCommand(paths *bazelPaths, runName bazel.RunName, command bazelCommand, extraFlags ...st…92 type bazelPaths struct { struct93 homeDir string94 bazelPath string95 outputBase string96 workspaceDir string97 buildDir string98 metricsDir string260 func (p *bazelPaths) BazelMetricsDir() string {563 func (p *bazelPaths) intermediatesDir() string {[all …]