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