Home
last modified time | relevance | path

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

/build/soong/genrule/
Dfilegroup.go62 …fg.srcs = ctx.ExpandSourcesSubDir(fg.properties.Srcs, fg.properties.Exclude_srcs, fg.properties.Pa…
/build/soong/android/
Dmodule.go81 ExpandSourcesSubDir(srcFiles, excludes []string, subDir string) Paths methodSpec
768 return ctx.ExpandSourcesSubDir(srcFiles, excludes, "")
771 func (ctx *androidModuleContext) ExpandSourcesSubDir(srcFiles, excludes []string, subDir string) Pa… func