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.go114 Exclude_srcs []string
132 Exclude_srcs []string `android:"arch_variant"`
Dpaths_test.go821 Exclude_srcs []string `android:"path"`
847 …s, p.missingDeps = PathsAndMissingDepsForModuleSrcExcludes(ctx, p.props.Srcs, p.props.Exclude_srcs)
849 srcs = PathsForModuleSrcExcludes(ctx, p.props.Srcs, p.props.Exclude_srcs)
/build/soong/cc/
Dndk_headers.go75 Exclude_srcs []string `android:"path"` member
142 srcFiles := android.PathsForModuleSrcExcludes(ctx, m.properties.Srcs, m.properties.Exclude_srcs)
316 Exclude_srcs []string member
347 srcFiles := android.PathsForModuleSrcExcludes(ctx, m.properties.Srcs, m.properties.Exclude_srcs)
Dcompiler.go44 Exclude_srcs []string `android:"path,arch_variant"` member
148 Exclude_srcs []string `android:"path"`
161 Exclude_srcs []string `android:"path"`
260 … android.PathsForModuleSrcExcludes(ctx, compiler.Properties.Srcs, compiler.Properties.Exclude_srcs)
Dcc.go2932 lib.baseCompiler.Properties.Exclude_srcs = append(lib.baseCompiler.Properties.Exclude_srcs,
2933 lib.baseCompiler.Properties.Target.Vendor.Exclude_srcs...)
2942 lib.baseCompiler.Properties.Exclude_srcs = append(lib.baseCompiler.Properties.Exclude_srcs,
2943 lib.baseCompiler.Properties.Target.Recovery.Exclude_srcs...)
/build/soong/python/
Dpython.go50 Exclude_srcs []string `android:"path,arch_variant"` member
81 Exclude_srcs []string `android:"path,arch_variant"` member
422 exclude_srcs := p.properties.Exclude_srcs
426 exclude_srcs = append(exclude_srcs, p.properties.Version.Py2.Exclude_srcs...)
429 exclude_srcs = append(exclude_srcs, p.properties.Version.Py3.Exclude_srcs...)
/build/soong/genrule/
Dgenrule.go119 Exclude_srcs []string `android:"path,arch_variant"` member
284 …ps := android.PathsAndMissingDepsForModuleSrcExcludes(ctx, []string{in}, g.properties.Exclude_srcs)
/build/soong/java/
Djava.go149 Exclude_srcs []string `android:"path,arch_variant"` member
1263 srcFiles := android.PathsForModuleSrcExcludes(ctx, j.properties.Srcs, j.properties.Exclude_srcs)
1859 srcFiles := android.PathsForModuleSrcExcludes(ctx, j.properties.Srcs, j.properties.Exclude_srcs)
Ddroiddoc.go80 Exclude_srcs []string `android:"path,arch_variant"` member
585 srcFiles := android.PathsForModuleSrcExcludes(ctx, j.properties.Srcs, j.properties.Exclude_srcs)