Lines Matching refs:to
9 …tion file is a Starlark script. Usually it is read from *file*. The option `-c` allows to provide a
10 script directly on the command line. The option `-f` is there to allow the name of a file script to…
11 (i.e., `my=file.rbc` sets `my` to `file.rbc`, `-f my=file.rbc` runs the script from `my=file.rbc`).
22 Gather performance statistics and save it to *file*. Use \
24 to show top CPU users
27 File to run.
31 The runner allows Starlark scripts to use the following features that Bazel's Starlark interpreter …
37 (`":file"` or `"//path:file"`). In addition, it allows the URI to end with
47 `mymodule_init` will be set to `None`
74 not zero, only the paths to the regular files are returned. The returned paths are relative to *top…
88 string. This is equivalent to Make's
93 Same as `print` builtin but writes to stderr.