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",
28 "sbox.go",
34 pkgPath: "android/soong/cmd/sbox/sbox_proto",
40 "sbox_proto/sbox.pb.go",
/build/soong/cmd/sbox/sbox_proto/
Dsbox.proto17 package sbox; package
18 option go_package = "android/soong/cmd/sbox/sbox_proto";
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.go533 restat, sbox, sboxInputs, unescapeNinjaVars bool, argument
538 if sbox {
588 sbox: true,
593 sbox: true,
672 sbox := filepath.Join("out", "soong", "host", result.Config.PrebuiltOS(), "bin/sbox")
675 …cmd := sbox + ` --sandbox-path ` + sandboxPath + ` --output-dir ` + sboxOutDir + ` --manifest ` + …
678 cmd, outFile, depFile, rspFile, rspFile2, false, []string{manifest}, []string{sbox})
688 sbox := filepath.Join("out", "soong", "host", result.Config.PrebuiltOS(), "bin/sbox")
691 …cmd := sbox + ` --sandbox-path ` + sandboxPath + ` --output-dir ` + sboxOutDir + ` --manifest ` + …
695 cmd, outFile, depFile, rspFile, rspFile2, false, []string{manifest}, []string{sbox})
[all …]
Drule_builder.go51 sbox bool member
150 if r.sbox {
156 r.sbox = true
165 if !r.sbox {
183 if !r.sbox {
478 if r.sbox {
503 if r.sbox {
801 if c.rule.sbox {
828 if c.rule.sbox {
898 if c.rule.sbox && c.rule.sboxTools {
[all …]