Lines Matching refs:Srcs
40 Srcs []string `android:"path"` member
85 for _, syspropFile := range android.PathsForModuleSrc(ctx, g.properties.Srcs) {
158 Srcs []string `android:"path"` member
240 for _, syspropFile := range android.PathsForModuleSrc(ctx, m.properties.Srcs) {
262 Inputs(android.PathsForModuleSrc(ctx, m.properties.Srcs))
378 Srcs []string member
406 Srcs []string member
421 if len(m.properties.Srcs) == 0 {
467 ccProps.Srcs = m.properties.Srcs
499 Srcs: m.properties.Srcs,
515 Srcs: []string{":" + m.javaGenModuleName()},
529 Srcs: m.properties.Srcs,
537 Srcs: []string{":" + m.javaGenPublicStubName()},