Home
last modified time | relevance | path

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

/build/soong/ui/build/
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() {
206 if c.Sandbox.AllowBuildBrokenUsesNetwork && c.config.BuildBrokenUsesNetwork() {
207 c.ctx.Printf("AllowBuildBrokenUsesNetwork: %v", c.Sandbox.AllowBuildBrokenUsesNetwork)
Dsandbox_darwin.go21 type Sandbox string type
41 if c.Sandbox == "" {
58 "sandbox-exec", "-f", string(c.Sandbox),
Dexec.go33 Sandbox Sandbox member
46 Sandbox: noSandbox,
Dninja.go75 cmd.Sandbox = ninjaSandbox
Ddumpvars.go102 cmd.Sandbox = dumpvarsSandbox
Dkati.go151 cmd.Sandbox = katiSandbox
Dsoong.go291 cmd.Sandbox = soongSandbox
Dbuild.go153 cmd.Sandbox = dumpvarsSandbox