Home
last modified time | relevance | path

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

/build/soong/android/
Drule_builder_test.go666 sboxOutDir := filepath.Join(outDir, "gen")
667 outFile := filepath.Join(sboxOutDir, "foo_sbox")
668 depFile := filepath.Join(sboxOutDir, "foo_sbox.d")
675 …cmd := sbox + ` --sandbox-path ` + sandboxPath + ` --output-dir ` + sboxOutDir + ` --manifest ` + …
682 sboxOutDir := filepath.Join(outDir, "gen")
683 outFile := filepath.Join(sboxOutDir, "foo_sbox_inputs")
684 depFile := filepath.Join(sboxOutDir, "foo_sbox_inputs.d")
691 …cmd := sbox + ` --sandbox-path ` + sandboxPath + ` --output-dir ` + sboxOutDir + ` --manifest ` + …
Drule_builder.go39 const sboxOutDir = sboxSandboxBaseDir + "/" + sboxOutSubDir const
831 return filepath.Join(sboxOutDir, rel)
1164 path := sboxOutDir
1166 path = filepath.Join(append([]string{sboxOutDir}, subPathComponents...)...)
/build/soong/cc/
Dgen.go74 sboxOutDir := cmd.PathForOutput(outDir)
75 sedCmd := "sed -i.bak 's#" + sboxOutDir + "#" + outDir.String() + "#'"