Searched refs:ExecutionModeRbc (Results 1 – 3 of 3) sorted by relevance
/build/make/tools/rbcrun/ |
D | host_test.go | 94 thread.SetLocal(executionModeKey, ExecutionModeRbc) 131 thread.SetLocal(executionModeKey, ExecutionModeRbc) 146 vars, _, err := Run("testdata/bzl_loads_scl.bzl", nil, ExecutionModeRbc, false) 163 vars, _, err := Run("testdata/bzl_loads_scl_2.bzl", nil, ExecutionModeRbc, false)
|
D | host.go | 32 ExecutionModeRbc ExecutionMode = iota const 129 if mode == ExecutionModeRbc { 188 if mode == ExecutionModeRbc { 359 if mode == ExecutionModeRbc { 402 if mode == ExecutionModeRbc {
|
/build/make/tools/rbcrun/rbcrun/ |
D | rbcrun.go | 56 return rbcrun.ExecutionModeRbc
|