Searched refs:Srcs (Results 1 – 5 of 5) sorted by relevance
/system/tools/xsdc/build/ |
D | xsdc.go | 58 Srcs []string member 90 Srcs []string member 101 func (module *xsdConfig) Srcs() android.Paths { func 114 android.ExtractSourcesDeps(ctx, module.properties.Srcs) 118 if len(module.properties.Srcs) != 1 { 128 srcFiles := ctx.ExpandSources(module.properties.Srcs, nil) 191 Srcs: []string{":" + name},
|
/system/tools/hidl/build/ |
D | properties.go | 24 Srcs []string member 52 Srcs []string member
|
D | hidl_interface.go | 159 func (g *hidlGenRule) Srcs() android.Paths { func 238 func (g *vtscRule) Srcs() android.Paths { func 266 Srcs []string member 415 interfaces, types, _ := processSources(mctx, i.properties.Srcs) 442 Srcs: i.properties.Srcs, 452 Inputs: i.properties.Srcs, 462 Inputs: i.properties.Srcs, 507 Inputs: i.properties.Srcs, 515 Srcs: []string{":" + name.javaSourcesName()}, 543 Inputs: i.properties.Srcs, [all …]
|
/system/tools/aidl/build/ |
D | properties.go | 54 Srcs []string member
|
/system/sepolicy/build/soong/ |
D | filegroup.go | 40 Srcs []string member 101 for _, f := range fg.properties.Srcs {
|