Home
last modified time | relevance | path

Searched refs:rbeCommand (Results 1 – 1 of 1) sorted by relevance

/build/soong/ui/build/
Drbe.go41 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…