Lines Matching refs:Srcs
37 Srcs []string `android:"path"` member
83 for _, syspropFile := range android.PathsForModuleSrc(ctx, g.properties.Srcs) {
147 Srcs []string `android:"path"` member
226 for _, syspropFile := range android.PathsForModuleSrc(ctx, m.properties.Srcs) {
245 Inputs(android.PathsForModuleSrc(ctx, m.properties.Srcs))
335 Srcs []string member
362 Srcs []string member
374 if len(m.properties.Srcs) == 0 {
435 ccProps.Srcs = m.properties.Srcs
464 Srcs: m.properties.Srcs,
471 Srcs: []string{":" + m.javaGenModuleName()},
486 Srcs: m.properties.Srcs,
493 Srcs: []string{":" + m.javaGenPublicStubName()},