/build/soong/cc/ |
D | prebuilt.go | 43 Srcs []string `android:"path,arch_variant"` member 68 return p.properties.Srcs 208 srcs := p.properties.Srcs 211 srcs = append(srcs, p.libraryDecorator.StaticProperties.Static.Srcs...) 215 srcs = append(srcs, p.libraryDecorator.SharedProperties.Shared.Srcs...) 230 p.properties.Srcs = nil 314 Srcs []string `android:"path,arch_variant"` member 382 if len(p.properties.Srcs) > 0 { 401 android.InitPrebuiltModule(module, &prebuilt.properties.Srcs) 427 if len(p.properties.Srcs) > 0 { [all …]
|
D | vndk_prebuilt.go | 64 Srcs []string `android:"arch_variant"` member 120 if len(p.properties.Srcs) == 0 { 125 if len(p.properties.Srcs) > 1 { 130 return android.PathForModuleSrc(ctx, p.properties.Srcs[0]) 141 if len(p.properties.Srcs) > 0 && p.shared() { 195 if len(p.properties.Srcs) == 0 {
|
D | ccdeps.go | 56 Srcs []string `json:"srcs,omitempty"` member 189 srcs := compiledModule.Srcs() 210 dpInfo.Srcs = append(dpInfo.Srcs, srcs.Strings()...) 212 dpInfo.Srcs = android.FirstUniqueStrings(dpInfo.Srcs)
|
D | ndk_headers.go | 71 Srcs []string `android:"path"` member 128 srcFiles := android.PathsForModuleSrcExcludes(ctx, m.properties.Srcs, m.properties.Exclude_srcs) 143 ctx.ModuleErrorf("srcs %q matched zero files", m.properties.Srcs) 294 Srcs []string member 323 srcFiles := android.PathsForModuleSrcExcludes(ctx, m.properties.Srcs, m.properties.Exclude_srcs) 341 ctx.ModuleErrorf("srcs %q matched zero files", m.properties.Srcs)
|
D | image.go | 637 lib.baseCompiler.Properties.Srcs = append(lib.baseCompiler.Properties.Srcs, 638 lib.baseCompiler.Properties.Target.Vendor.Srcs...) 650 lib.baseCompiler.Properties.Srcs = append(lib.baseCompiler.Properties.Srcs, 651 lib.baseCompiler.Properties.Target.Product.Srcs...) 663 lib.baseCompiler.Properties.Srcs = append(lib.baseCompiler.Properties.Srcs, 664 lib.baseCompiler.Properties.Target.Recovery.Srcs...)
|
D | compiler.go | 40 Srcs []string `android:"path,arch_variant"` member 152 Srcs []string `android:"path"` 169 Srcs []string `android:"path"` 240 Srcs() android.Paths methodSpec 243 func (compiler *baseCompiler) Srcs() android.Paths { func 302 …compiler.srcsBeforeGen = android.PathsForModuleSrcExcludes(ctx, compiler.Properties.Srcs, compiler… 564 if len(compiler.Properties.Srcs) > 0 { 597 for _, src := range compiler.Properties.Srcs {
|
D | bp2build.go | 106 Value: android.BazelLabelForModuleSrc(ctx, lib.SharedProperties.Shared.Srcs)} 144 Value: android.BazelLabelForModuleSrc(ctx, lib.StaticProperties.Static.Srcs)} 217 allSrcs := append(baseSrcs, baseCompilerProps.Srcs...) 229 baseSrcs = baseCompilerProps.Srcs 249 if len(baseCompilerProps.Srcs) > 0 || len(baseCompilerProps.Exclude_srcs) > 0 {
|
D | object.go | 115 Srcs bazel.LabelListAttribute member 188 Srcs: compilerAttrs.srcs,
|
/build/soong/android/ |
D | filegroup.go | 33 Srcs bazel.LabelListAttribute member 61 BazelLabelForModuleSrcExcludes(ctx, fg.properties.Srcs, fg.properties.Exclude_srcs)) 63 Srcs: srcs, 73 Srcs []string `android:"path"` member 135 fg.srcs = PathsForModuleSrcExcludes(ctx, fg.properties.Srcs, fg.properties.Exclude_srcs) 141 func (fg *fileGroup) Srcs() Paths { func
|
D | prebuilt_test.go | 438 Srcs []string `android:"path,arch_variant"` 446 InitPrebuiltModule(m, &m.properties.Srcs) 456 if len(p.properties.Srcs) >= 1 { 506 func (s *sourceModule) Srcs() Paths { func
|
D | variable_test.go | 139 Srcs []string 192 Srcs []string
|
/build/soong/sysprop/ |
D | sysprop_library.go | 40 Srcs []string `android:"path"` member 85 for _, syspropFile := range android.PathsForModuleSrc(ctx, g.properties.Srcs) { 158 Srcs []string `android:"path"` member 240 for _, syspropFile := range android.PathsForModuleSrc(ctx, m.properties.Srcs) { 262 Inputs(android.PathsForModuleSrc(ctx, m.properties.Srcs)) 378 Srcs []string member 406 Srcs []string member 421 if len(m.properties.Srcs) == 0 { 467 ccProps.Srcs = m.properties.Srcs 499 Srcs: m.properties.Srcs, [all …]
|
/build/soong/rust/ |
D | prebuilt.go | 29 Srcs []string `android:"path,arch_variant"` member 122 srcs := prebuilt.Properties.Srcs 124 srcs = append(srcs, prebuilt.libraryDecorator.Properties.Rlib.Srcs...) 127 srcs = append(srcs, prebuilt.libraryDecorator.Properties.Dylib.Srcs...)
|
D | source_provider.go | 43 Srcs() android.Paths methodSpec 50 func (sp *BaseSourceProvider) Srcs() android.Paths { func
|
D | project_json.go | 96 src := rustLib.sourceProvider.Srcs()[0] 101 src := rustLib.sourceProvider.Srcs()[0] 148 srcs := comp.Properties.Srcs
|
D | proc_macro.go | 70 srcPath, _ := srcPathFromModuleSrcs(ctx, procMacro.baseCompiler.Properties.Srcs)
|
/build/blueprint/bootstrap/ |
D | bootstrap.go | 244 Srcs []string 249 Srcs []string 253 Srcs []string 355 srcs = append(g.properties.Srcs, g.properties.Darwin.Srcs...) 358 srcs = append(g.properties.Srcs, g.properties.Linux.Srcs...) 379 Srcs []string 385 Srcs []string 389 Srcs []string 467 srcs = append(g.properties.Srcs, g.properties.Darwin.Srcs...) 470 srcs = append(g.properties.Srcs, g.properties.Linux.Srcs...)
|
/build/soong/java/ |
D | jdeps_test.go | 58 if !reflect.DeepEqual(dpInfo.Srcs, expected) { 59 t.Errorf("Library.IDEInfo() Srcs = %v, want %v", dpInfo.Srcs, expected)
|
D | jdeps.go | 73 dpInfo.Srcs = android.FirstUniqueStrings(dpInfo.Srcs)
|
D | base.go | 47 Srcs []string `android:"path,arch_variant"` member 119 Srcs []string `android:"path"` 649 return hasSrcExt(j.properties.Srcs, ext) 842 j.properties.Srcs = append(j.properties.Srcs, j.properties.Openjdk9.Srcs...) 844 srcFiles := android.PathsForModuleSrcExcludes(ctx, j.properties.Srcs, j.properties.Exclude_srcs) 1449 dpInfo.Srcs = append(dpInfo.Srcs, j.expandIDEInfoCompiledSrcs...) 1466 srcFiles := android.PathsForModuleSrcExcludes(ctx, j.properties.Srcs, j.properties.Exclude_srcs) 1737 deps.classpath = append(deps.classpath, dep.Srcs()...) 1740 deps.classpath = append(deps.classpath, dep.Srcs()...) 1741 deps.staticJars = append(deps.staticJars, dep.Srcs()...) [all …]
|
/build/soong/genrule/ |
D | genrule.go | 143 Srcs []string `android:"path,arch_variant"` member 202 func (g *Module) Srcs() android.Paths { func 359 for _, in := range g.properties.Srcs { 570 dpInfo.Srcs = append(dpInfo.Srcs, g.Srcs().Strings()...) 571 for _, src := range g.properties.Srcs { 807 Srcs bazel.LabelListAttribute member 842 srcs := bazel.MakeLabelListAttribute(android.BazelLabelForModuleSrc(ctx, m.properties.Srcs)) 880 Srcs: srcs,
|
/build/soong/python/ |
D | binary.go | 39 Srcs bazel.LabelListAttribute member 100 srcs := android.BazelLabelForModuleSrcExcludes(ctx, m.properties.Srcs, m.properties.Exclude_srcs) 105 Srcs: bazel.MakeLabelListAttribute(srcs),
|
/build/soong/bpf/ |
D | bpf.go | 60 Srcs []string `android:"path"` member 98 srcs := android.PathsForModuleSrc(ctx, bpf.properties.Srcs)
|
/build/soong/kernel/ |
D | prebuilt_kernel_modules.go | 48 Srcs []string `android:"path,arch_variant"` member 74 modules := android.PathsForModuleSrc(ctx, pkm.properties.Srcs)
|
/build/make/tools/fs_config/ |
D | fs_config.go | 58 func (t *targetFSConfigGen) Srcs() android.Paths { func
|