Home
last modified time | relevance | path

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

/build/make/tools/rbcrun/
Dhost_test.go94 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)
Dhost.go32 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/
Drbcrun.go56 return rbcrun.ExecutionModeRbc