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