Lines Matching refs:to
9 // Unless required by applicable law or agreed to in writing, software
20 // A set of commands to run in a sandbox.
22 // A list of commands to run in the sandbox.
26 // merged into the given output file relative to the $PWD when sbox was started.
30 // SandboxManifest describes a command to run in the sandbox.
32 // A list of copy rules to run before the sandboxed command. The from field is relative to the
33 // $PWD when sbox was run, the to field is relative to the top of the temporary sandbox directory.
36 // If true, change the working directory to the top of the temporary sandbox directory before
40 // The command to run.
43 // A list of copy rules to run after the sandboxed command. The from field is relative to the
44 // top of the temporary sandbox directory, the to field is relative to the $PWD when sbox was run.
47 // An optional hash of the input files to ensure the textproto files and the sbox rule reruns
56 // Copy describes a from-to pair of files to copy. The paths may be relative, the root that they
57 // are relative to is specific to the context the Copy is used in and will be different for
58 // from and to.
61 required string to = 2; field
69 // The path to the rsp file.
72 // A list of path mappings that should be applied to each file listed in the rsp file.
76 // PathMapping describes a mapping from a path outside the sandbox to the path inside the sandbox.
79 required string to = 2; field