Home
last modified time | relevance | path

Searched refs:sbox (Results 1 – 4 of 4) sorted by relevance

/build/soong/cmd/sbox/
DAndroid.bp20 name: "sbox",
27 "sbox.go",
33 pkgPath: "android/soong/cmd/sbox/sbox_proto",
36 "sbox_proto/sbox.pb.go",
/build/soong/cmd/sbox/sbox_proto/
Dsbox.proto17 package sbox; package
26 // merged into the given output file relative to the $PWD when sbox was started.
33 // $PWD when sbox was run, the to field is relative to the top of the temporary sandbox directory.
37 // running the command. If false, leave the working directory where it was when sbox was started.
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
/build/soong/android/
Drule_builder_test.go553 restat, sbox, sboxInputs bool, argument
558 if sbox {
603 sbox: true,
608 sbox: true,
686 sbox := filepath.Join("out", "soong", "host", result.Config.PrebuiltOS(), "bin/sbox")
690 sbox + ` --sandbox-path ` + sandboxPath + ` --manifest ` + manifest
693 cmd, outFile, depFile, rspFile, rspFile2, false, []string{manifest}, []string{sbox})
702 sbox := filepath.Join("out", "soong", "host", result.Config.PrebuiltOS(), "bin/sbox")
706 sbox + ` --sandbox-path ` + sandboxPath + ` --manifest ` + manifest
710 cmd, outFile, depFile, rspFile, rspFile2, false, []string{manifest}, []string{sbox})
[all …]
Drule_builder.go50 sbox bool member
106 if r.sbox {
146 if r.sbox {
155 r.sbox = true
164 if !r.sbox {
182 if !r.sbox {
502 if r.sbox {
527 if r.sbox {
785 if c.rule.sbox {
812 if c.rule.sbox {
[all …]