Home
last modified time | relevance | path

Searched refs:Sandbox (Results 1 – 8 of 8) sorted by relevance

/build/soong/ui/build/
Dsandbox_darwin.go21 type Sandbox string type
41 if c.Sandbox == "" {
58 "sandbox-exec", "-f", string(c.Sandbox),
Dsandbox_linux.go27 type Sandbox struct { struct
35 noSandbox = Sandbox{}
36 basicSandbox = Sandbox{
43 ninjaSandbox = Sandbox{
64 if !c.Sandbox.Enabled {
69 if c.Sandbox.DisableWhenUsingGoma && c.config.UseGoma() {
221 if c.Sandbox.AllowBuildBrokenUsesNetwork && c.config.BuildBrokenUsesNetwork() {
222 c.ctx.Printf("AllowBuildBrokenUsesNetwork: %v", c.Sandbox.AllowBuildBrokenUsesNetwork)
Dexec.go33 Sandbox Sandbox member
46 Sandbox: noSandbox,
Dninja.go83 cmd.Sandbox = ninjaSandbox
Ddumpvars.go110 cmd.Sandbox = dumpvarsSandbox
Dkati.go163 cmd.Sandbox = katiSandbox
Dbuild.go185 cmd.Sandbox = dumpvarsSandbox
Dsoong.go660 cmd.Sandbox = soongSandbox