Home
last modified time | relevance | path

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

12

/build/soong/cc/
Dprebuilt.go43 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 …]
Dvndk_prebuilt.go64 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 {
Dccdeps.go56 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)
Dndk_headers.go71 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)
Dimage.go637 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...)
Dcompiler.go40 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 {
Dbp2build.go106 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 {
Dobject.go115 Srcs bazel.LabelListAttribute member
188 Srcs: compilerAttrs.srcs,
/build/soong/android/
Dfilegroup.go33 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
Dprebuilt_test.go438 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
Dvariable_test.go139 Srcs []string
192 Srcs []string
/build/soong/sysprop/
Dsysprop_library.go40 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/
Dprebuilt.go29 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...)
Dsource_provider.go43 Srcs() android.Paths methodSpec
50 func (sp *BaseSourceProvider) Srcs() android.Paths { func
Dproject_json.go96 src := rustLib.sourceProvider.Srcs()[0]
101 src := rustLib.sourceProvider.Srcs()[0]
148 srcs := comp.Properties.Srcs
Dproc_macro.go70 srcPath, _ := srcPathFromModuleSrcs(ctx, procMacro.baseCompiler.Properties.Srcs)
/build/blueprint/bootstrap/
Dbootstrap.go244 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/
Djdeps_test.go58 if !reflect.DeepEqual(dpInfo.Srcs, expected) {
59 t.Errorf("Library.IDEInfo() Srcs = %v, want %v", dpInfo.Srcs, expected)
Djdeps.go73 dpInfo.Srcs = android.FirstUniqueStrings(dpInfo.Srcs)
Dbase.go47 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/
Dgenrule.go143 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/
Dbinary.go39 Srcs bazel.LabelListAttribute member
100 srcs := android.BazelLabelForModuleSrcExcludes(ctx, m.properties.Srcs, m.properties.Exclude_srcs)
105 Srcs: bazel.MakeLabelListAttribute(srcs),
/build/soong/bpf/
Dbpf.go60 Srcs []string `android:"path"` member
98 srcs := android.PathsForModuleSrc(ctx, bpf.properties.Srcs)
/build/soong/kernel/
Dprebuilt_kernel_modules.go48 Srcs []string `android:"path,arch_variant"` member
74 modules := android.PathsForModuleSrc(ctx, pkm.properties.Srcs)
/build/make/tools/fs_config/
Dfs_config.go58 func (t *targetFSConfigGen) Srcs() android.Paths { func

12