Home
last modified time | relevance | path

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

/build/soong/android/
Drule_builder.go35 sbox bool member
85 if r.sbox {
111 if r.sbox {
120 r.sbox = true
136 sbox: r.sbox,
383 if r.sbox {
405 if r.sbox {
493 sbox bool member
498 if c.sbox {
508 if c.sbox {
[all …]
Drule_builder_test.go441 …leBuilder_Build(ctx BuilderContext, in Path, out, outDep, outDir WritablePath, restat, sbox bool) {
444 if sbox {
472 sbox: true,
533 sbox := filepath.Join(buildDir, "host", config.PrebuiltOS(), "bin/sbox")
536 …cmd := sbox + ` -c 'cp bar __SBOX_OUT_DIR__/foo_sbox' --sandbox-path ` + sandboxPath + " --output-…
539 cmd, outFile, depFile, false, []string{sbox})
/build/soong/cmd/sbox/
DAndroid.bp16 name: "sbox",
19 "sbox.go",