Home
last modified time | relevance | path

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

/aosp12/build/soong/cmd/sbox/
H A DAndroid.bp20 name: "sbox",
27 "sbox.go",
33 pkgPath: "android/soong/cmd/sbox/sbox_proto",
36 "sbox_proto/sbox.pb.go",
/aosp12/build/soong/cmd/sbox/sbox_proto/
H A 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
/aosp12/build/soong/android/
H A 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
745 sbox: true,
[all …]
H A 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 …]
/aosp12/system/bt/gd/crypto_toolbox/
H A Daes.cc170 static const uint_8t sbox[256] = sb_data(f1); variable
181 #define s_box(x) sbox[(x)]
/aosp12/system/bt/stack/crypto_toolbox/
H A Daes.cc218 static const uint_8t sbox[256] = sb_data(f1); variable
229 #define s_box(x) sbox[(x)]