Lines Matching refs:Srcs
289 Srcs []string `android:"path"` member
322 srcs, imports := getPaths(ctx, g.properties.Srcs)
489 func (g *aidlGenRule) Srcs() android.Paths { func
519 Srcs []string `android:"path"` member
571 srcs, imports := getPaths(ctx, m.properties.Srcs)
888 Srcs []string `android:"path"` member
1114 return i.properties.Srcs, i.properties.Local_include_dir
1284 Srcs: srcs,
1406 Srcs: srcs,
1424 Srcs: []string{":" + javaSourceGen},
1439 Srcs: srcs,
1453 for _, src := range android.PathsForModuleSrc(ctx, i.properties.Srcs) {