Home | History | Annotate | Download | only in soong

Lines Matching defs:Srcs

70 	Srcs []string
85 android.ExtractSourcesDeps(ctx, m.properties.Srcs)
93 for _, in := range ctx.ExpandSources(m.properties.Srcs, nil) {
95 ctx.PropertyErrorf("srcs", "Source is not a .mojom file: %s", in.Rel())
128 func (m *mojomPickles) Srcs() android.Paths {
143 Srcs []string
172 android.ExtractSourcesDeps(ctx, p.Srcs)
246 for _, in := range ctx.ExpandSources(p.Srcs, nil) {
248 ctx.PropertyErrorf("srcs", "Source is not a .mojom file: %s", in.Rel())
329 func (m *mojomHeaders) Srcs() android.Paths {
384 func (m *mojomSrcs) Srcs() android.Paths {
444 func (m *mojomSrcjar) Srcs() android.Paths {