Home
last modified time | relevance | path

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

/aosp12/system/tools/xsdc/build/
H A Dxsdc.go173 srcFiles := ctx.ExpandSources(module.properties.Srcs, nil)
/aosp12/build/soong/android/
H A Dmodule.go347 ExpandSources(srcFiles, excludes []string) Paths
2942 func (m *moduleContext) ExpandSources(srcFiles, excludes []string) Paths { func