Home
last modified time | relevance | path

Searched refs:ExpandSources (Results 1 – 11 of 11) sorted by relevance

/build/soong/java/
Djava_resources.go88 files := ctx.ExpandSources(res, exclude)
Ddroiddoc.go245 srcFiles := ctx.ExpandSources(j.properties.Srcs, j.properties.Exclude_srcs)
343 argFiles := ctx.ExpandSources(d.properties.Arg_files, nil)
411 knownTags := ctx.ExpandSources(d.properties.Knowntags, nil)
Djava.go760 srcFiles := ctx.ExpandSources(j.properties.Srcs, j.properties.Exclude_srcs)
/build/soong/cc/
Dtest_data_test.go187 test.data = ctx.ExpandSources(test.Properties.Data, nil)
Dtest.go225 test.data = ctx.ExpandSources(test.Properties.Data, nil)
335 benchmark.data = ctx.ExpandSources(benchmark.Properties.Data, nil)
Dndk_headers.go131 srcFiles := ctx.ExpandSources(m.properties.Srcs, nil)
Dcompiler.go241 …compiler.srcsBeforeGen = ctx.ExpandSources(compiler.Properties.Srcs, compiler.Properties.Exclude_s…
/build/soong/bpf/
Dbpf.go78 srcs := ctx.ExpandSources(bpf.properties.Srcs, nil)
/build/soong/genrule/
Dgenrule.go214 toolFiles := ctx.ExpandSources(g.properties.Tool_files, nil)
226 srcFiles := ctx.ExpandSources(g.properties.Srcs, nil)
/build/soong/python/
Dpython.go372 expandedSrcs := ctx.ExpandSources(srcs, exclude_srcs)
378 expandedData := ctx.ExpandSources(p.properties.Data, nil)
/build/soong/android/
Dmodule.go111 ExpandSources(srcFiles, excludes []string) Paths methodSpec
1156 func (ctx *androidModuleContext) ExpandSources(srcFiles, excludes []string) Paths { func