Searched refs:bootstrapCmd (Results 1 – 2 of 2) sorted by relevance
/build/soong/ui/build/ |
D | rbe.go | 32 bootstrapCmd = "bootstrap" const 71 cmd := Command(ctx, config, "startRBE bootstrap", rbeCommand(ctx, config, bootstrapCmd)) 79 …cmd := Command(ctx, config, "stopRBE bootstrap", rbeCommand(ctx, config, bootstrapCmd), "-shutdown…
|
D | rbe_test.go | 51 rbeBootstrapCmd := filepath.Join(tmpDir, bootstrapCmd) 117 rbeBootstrapCmd := filepath.Join(tmpDir, bootstrapCmd)
|