Home
last modified time | relevance | path

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

/build/make/tools/rbcrun/rbcrun/
Drbcrun.go29allowExternalEntrypoint = flag.Bool("allow_external_entrypoint", false, "allow the entrypoint star… var
163 variables, loadedStarlarkFiles, err := rbcrun.Run(filename, nil, mode, *allowExternalEntrypoint)
/build/make/tools/rbcrun/
Dhost.go126 allowExternalEntrypoint := thread.Local(allowExternalEntrypointKey).(bool)
138 modulePath, err := cleanModuleName(module, filepath.Dir(callingFile), allowExternalEntrypoint)
348 func Run(filename string, src interface{}, mode ExecutionMode, allowExternalEntrypoint bool) (starl…
377 if !allowExternalEntrypoint && strings.HasPrefix(filename, "../") {
398 mainThread.SetLocal(allowExternalEntrypointKey, allowExternalEntrypoint)