Home
last modified time | relevance | path

Searched refs:Exclude_srcs (Results 1 – 10 of 10) sorted by relevance

/build/soong/android/
Dfilegroup.go31 Exclude_srcs []string `android:"path"` member
63 fg.srcs = PathsForModuleSrcExcludes(ctx, fg.properties.Srcs, fg.properties.Exclude_srcs)
Dvariable.go125 Exclude_srcs []string
143 Exclude_srcs []string `android:"arch_variant"`
Dpaths_test.go861 Exclude_srcs []string `android:"path"`
887 …s, p.missingDeps = PathsAndMissingDepsForModuleSrcExcludes(ctx, p.props.Srcs, p.props.Exclude_srcs)
889 srcs = PathsForModuleSrcExcludes(ctx, p.props.Srcs, p.props.Exclude_srcs)
/build/soong/cc/
Dndk_headers.go74 Exclude_srcs []string `android:"path"` member
133 srcFiles := android.PathsForModuleSrcExcludes(ctx, m.properties.Srcs, m.properties.Exclude_srcs)
307 Exclude_srcs []string member
338 srcFiles := android.PathsForModuleSrcExcludes(ctx, m.properties.Srcs, m.properties.Exclude_srcs)
Dcompiler.go44 Exclude_srcs []string `android:"path,arch_variant"` member
152 Exclude_srcs []string `android:"path"`
169 Exclude_srcs []string `android:"path"`
273 … android.PathsForModuleSrcExcludes(ctx, compiler.Properties.Srcs, compiler.Properties.Exclude_srcs)
Dcc.go3013 lib.baseCompiler.Properties.Exclude_srcs = append(lib.baseCompiler.Properties.Exclude_srcs,
3014 lib.baseCompiler.Properties.Target.Vendor.Exclude_srcs...)
3026 lib.baseCompiler.Properties.Exclude_srcs = append(lib.baseCompiler.Properties.Exclude_srcs,
3027 lib.baseCompiler.Properties.Target.Recovery.Exclude_srcs...)
/build/soong/python/
Dpython.go52 Exclude_srcs []string `android:"path,arch_variant"` member
83 Exclude_srcs []string `android:"path,arch_variant"` member
441 exclude_srcs := p.properties.Exclude_srcs
445 exclude_srcs = append(exclude_srcs, p.properties.Version.Py2.Exclude_srcs...)
448 exclude_srcs = append(exclude_srcs, p.properties.Version.Py3.Exclude_srcs...)
/build/soong/genrule/
Dgenrule.go115 Exclude_srcs []string `android:"path,arch_variant"` member
286 …ps := android.PathsAndMissingDepsForModuleSrcExcludes(ctx, []string{in}, g.properties.Exclude_srcs)
/build/soong/java/
Djava.go154 Exclude_srcs []string `android:"path,arch_variant"` member
1318 srcFiles := android.PathsForModuleSrcExcludes(ctx, j.properties.Srcs, j.properties.Exclude_srcs)
1921 srcFiles := android.PathsForModuleSrcExcludes(ctx, j.properties.Srcs, j.properties.Exclude_srcs)
Ddroiddoc.go80 Exclude_srcs []string `android:"path,arch_variant"` member
584 srcFiles := android.PathsForModuleSrcExcludes(ctx, j.properties.Srcs, j.properties.Exclude_srcs)