/system/tools/hidl/build/ |
D | properties.go | 24 Srcs []string member 54 Srcs []string member
|
D | hidl_interface.go | 322 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 …]
|
D | hidl_package_root.go | 92 func (r *hidlPackageRoot) Srcs() android.Paths { func
|
/system/sepolicy/build/soong/ |
D | sepolicy_neverallow.go | 36 Srcs []string `android:"path"` member 82 Srcs: n.properties.Srcs, 95 Srcs: n.properties.Srcs,
|
D | validate_bindings.go | 47 Srcs []string `android:"path"` member 71 if len(m.properties.Srcs) == 0 { 85 srcs := android.PathsForModuleSrc(ctx, m.properties.Srcs)
|
D | bug_map.go | 44 Srcs []string `android:"path"` member 55 return android.PathsForModuleSrc(ctx, b.properties.Srcs)
|
D | compat_cil.go | 52 Srcs []string `android:"path"` member 67 return android.PathsForModuleSrc(ctx, c.properties.Srcs) 147 Srcs: []string{ 205 Srcs: srcs,
|
D | selinux_contexts.go | 30 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)
|
D | mac_permissions.go | 44 Srcs []string `android:"path"` member 94 srcs := android.PathsForModuleSrc(ctx, m.properties.Srcs)
|
D | build_files.go | 46 Srcs []string member 58 for _, file := range b.properties.Srcs {
|
D | policy.go | 70 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/ |
D | properties.go | 90 Srcs []string member 105 Srcs []string member
|
D | aidl_interface_backends.go | 70 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
|
D | aidl_gen_rule.go | 77 Srcs []string `android:"path"` member 130 srcs, nextImports := getPaths(ctx, g.properties.Srcs, g.properties.AidlRoot) 348 func (g *aidlGenRule) Srcs() android.Paths { func
|
D | aidl_api.go | 56 Srcs []string `android:"path"` member 131 srcs, imports := getPaths(ctx, m.properties.Srcs, m.properties.AidlRoot) 716 Srcs: srcs,
|
D | aidl_interface.go | 323 Srcs []string `android:"path"` member 1043 srcs, _ := getPaths(ctx, i.properties.Srcs, i.properties.Local_include_dir)
|
/system/tools/xsdc/build/ |
D | xsdc.go | 49 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},
|