Searched refs:rbeCommand (Results 1 – 1 of 1) sorted by relevance
/build/soong/ui/build/ |
D | rbe.go | 38 func rbeCommand(ctx Context, config Config, rbeCmd string) string { func 71 cmd := Command(ctx, config, "startRBE bootstrap", rbeCommand(ctx, config, bootstrapCmd)) 79 …cmd := Command(ctx, config, "stopRBE bootstrap", rbeCommand(ctx, config, bootstrapCmd), "-shutdown…
|