Searched refs:Srcs (Results 1 – 8 of 8) sorted by relevance
/system/tools/hidl/build/ |
D | properties.go | 24 Srcs []string member 54 Srcs []string member
|
D | hidl_interface.go | 349 func (g *hidlGenRule) Srcs() android.Paths { func 430 func (g *vtscRule) Srcs() android.Paths { func 485 Srcs []string member 617 interfaces, types, _ := processSources(mctx, i.properties.Srcs) 647 Srcs: i.properties.Srcs, 657 Inputs: i.properties.Srcs, 667 Inputs: i.properties.Srcs, 711 Inputs: i.properties.Srcs, 718 Srcs: []string{":" + name.javaSourcesName()}, 747 Inputs: i.properties.Srcs, [all …]
|
D | hidl_package_root.go | 90 func (r *hidlPackageRoot) Srcs() android.Paths { func
|
/system/tools/xsdc/build/ |
D | xsdc.go | 63 Srcs []string member 100 Srcs []string member 112 func (module *xsdConfig) Srcs() android.Paths { func 125 android.ExtractSourcesDeps(ctx, module.properties.Srcs) 147 if len(module.properties.Srcs) != 1 { 157 srcFiles := ctx.ExpandSources(module.properties.Srcs, nil) 229 Srcs: []string{":" + name},
|
/system/sepolicy/build/soong/ |
D | selinux_contexts.go | 36 Srcs []string `android:"path"` member 40 Srcs []string 44 Srcs []string 68 Srcs []string 176 for _, src := range m.properties.Srcs { 204 srcs = append(srcs, m.properties.Product_variables.Debuggable.Srcs...) 209 srcs = append(srcs, m.properties.Product_variables.Address_sanitize.Srcs...) 214 m.properties.Srcs = append(m.properties.Srcs, srcs...) 331 for _, src := range m.fileContextsProperties.Flatten_apex.Srcs {
|
D | filegroup.go | 40 Srcs []string member 114 for _, f := range fg.properties.Srcs {
|
/system/tools/aidl/build/ |
D | properties.go | 59 Srcs []string member
|
D | aidl_interface.go | 289 Srcs []string `android:"path"` member 322 srcs, imports := getPaths(ctx, g.properties.Srcs) 489 func (g *aidlGenRule) Srcs() android.Paths { func 519 Srcs []string `android:"path"` member 571 srcs, imports := getPaths(ctx, m.properties.Srcs) 888 Srcs []string `android:"path"` member 1114 return i.properties.Srcs, i.properties.Local_include_dir 1284 Srcs: srcs, 1406 Srcs: srcs, 1424 Srcs: []string{":" + javaSourceGen}, [all …]
|