Home
last modified time | relevance | path

Searched refs:sbox_proto (Results 1 – 7 of 7) sorted by relevance

/build/soong/cmd/sbox/
DAndroid.bp22 "sbox_proto",
32 name: "sbox_proto",
33 pkgPath: "android/soong/cmd/sbox/sbox_proto",
36 "sbox_proto/sbox.pb.go",
Dsbox.go198 func readManifest(file string) (*sbox_proto.Manifest, error) {
204 manifest := sbox_proto.Manifest{}
216 func runCommand(command *sbox_proto.Command, tempDir string) (depFile string, err error) {
344 func makeOutputDirs(copies []*sbox_proto.Copy, sandboxDir string) error {
357 func validateOutputFiles(copies []*sbox_proto.Copy, sandboxDir string) []error {
375 func copyFiles(copies []*sbox_proto.Copy, fromDir, toDir string, allowFromNotExists bool) error {
451 func copyRspFiles(rspFiles []*sbox_proto.RspFile, toDir, toDirInSandbox string) error {
463 func copyOneRspFile(rspFile *sbox_proto.RspFile, toDir, toDirInSandbox string) error {
517 func applyPathMappings(pathMappings []*sbox_proto.PathMapping, path string) string {
530 func moveFiles(copies []*sbox_proto.Copy, fromDir, toDir string) error {
/build/soong/genrule/
DAndroid.bp11 "sbox_proto",
/build/soong/android/
Drule_builder.go530 manifest := sbox_proto.Manifest{}
531 command := sbox_proto.Command{}
543 command.CopyBefore = append(command.CopyBefore, &sbox_proto.Copy{
550 command.CopyBefore = append(command.CopyBefore, &sbox_proto.Copy{
564 command.CopyBefore = append(command.CopyBefore, &sbox_proto.Copy{
573 command.RspFiles = append(command.RspFiles, &sbox_proto.RspFile{
576 PathMappings: []*sbox_proto.PathMapping{
598 command.CopyAfter = append(command.CopyAfter, &sbox_proto.Copy{
1265 func RuleBuilderSboxProtoForTests(t *testing.T, params TestingBuildParams) *sbox_proto.Manifest {
1268 manifest := sbox_proto.Manifest{}
DAndroid.bp11 "sbox_proto",
/build/soong/cmd/sbox/sbox_proto/
Dsbox.proto18 option go_package = "sbox_proto";
Dsbox.pb.go4 package sbox_proto package