Home
last modified time | relevance | path

Searched refs:Srcs (Results 1 – 17 of 17) sorted by relevance

/system/tools/hidl/build/
Dproperties.go24 Srcs []string member
54 Srcs []string member
Dhidl_interface.go322 func (g *hidlGenRule) Srcs() android.Paths { func
378 Srcs []string member
515 interfaces, types, _ := processSources(mctx, i.properties.Srcs)
546 Srcs: i.properties.Srcs,
556 Inputs: i.properties.Srcs,
567 Inputs: i.properties.Srcs,
613 Inputs: i.properties.Srcs,
620 Srcs: []string{":" + name.javaSourcesName()},
650 Inputs: i.properties.Srcs,
657 Srcs: []string{":" + name.javaConstantsSourcesName()},
[all …]
Dhidl_package_root.go92 func (r *hidlPackageRoot) Srcs() android.Paths { func
/system/sepolicy/build/soong/
Dsepolicy_neverallow.go36 Srcs []string `android:"path"` member
82 Srcs: n.properties.Srcs,
95 Srcs: n.properties.Srcs,
Dvalidate_bindings.go47 Srcs []string `android:"path"` member
71 if len(m.properties.Srcs) == 0 {
85 srcs := android.PathsForModuleSrc(ctx, m.properties.Srcs)
Dbug_map.go44 Srcs []string `android:"path"` member
55 return android.PathsForModuleSrc(ctx, b.properties.Srcs)
Dcompat_cil.go52 Srcs []string `android:"path"` member
67 return android.PathsForModuleSrc(ctx, c.properties.Srcs)
147 Srcs: []string{
205 Srcs: srcs,
Dselinux_contexts.go30 Srcs []string `android:"path"` member
37 Srcs []string `android:"path"`
154 m.outputPath = m.build(ctx, android.PathsForModuleSrc(ctx, m.properties.Srcs))
201 srcs = append(srcs, m.properties.Product_variables.Address_sanitize.Srcs...)
206 m.properties.Srcs = append(m.properties.Srcs, srcs...)
548 Srcs []string `android:"path"` member
634 if len(m.properties.Srcs) == 0 {
667 srcs := android.PathsForModuleSrc(ctx, m.properties.Srcs)
Dmac_permissions.go44 Srcs []string `android:"path"` member
94 srcs := android.PathsForModuleSrc(ctx, m.properties.Srcs)
Dbuild_files.go46 Srcs []string member
58 for _, file := range b.properties.Srcs {
Dpolicy.go70 Srcs []string `android:"path"` member
250 srcs := android.PathsForModuleSrc(ctx, c.properties.Srcs)
475 Srcs []string `android:"path"` member
519 if len(c.properties.Srcs) == 0 {
530 Inputs(android.PathsForModuleSrc(ctx, c.properties.Srcs)).
/system/tools/aidl/build/
Dproperties.go90 Srcs []string member
105 Srcs []string member
Daidl_interface_backends.go70 Srcs: srcs,
227 Srcs: srcs,
326 Srcs: srcs,
358 Srcs: []string{":" + javaSourceGen},
384 Srcs: srcs,
447 return i.properties.Srcs, i.properties.Local_include_dir
Daidl_gen_rule.go77 Srcs []string `android:"path"` member
130 srcs, nextImports := getPaths(ctx, g.properties.Srcs, g.properties.AidlRoot)
348 func (g *aidlGenRule) Srcs() android.Paths { func
Daidl_api.go56 Srcs []string `android:"path"` member
131 srcs, imports := getPaths(ctx, m.properties.Srcs, m.properties.AidlRoot)
716 Srcs: srcs,
Daidl_interface.go323 Srcs []string `android:"path"` member
1043 srcs, _ := getPaths(ctx, i.properties.Srcs, i.properties.Local_include_dir)
/system/tools/xsdc/build/
Dxsdc.go49 Srcs []string member
116 Srcs []string member
128 func (module *xsdConfig) Srcs() android.Paths { func
144 android.ExtractSourcesDeps(ctx, module.properties.Srcs)
223 if len(module.properties.Srcs) != 1 {
238 srcFiles := ctx.ExpandSources(module.properties.Srcs, nil)
348 Srcs: []string{":" + name},