Home | History | Annotate | Download | only in cc

Lines Matching refs:Srcs

213 	Srcs []string `android:"arch_variant"`
317 Srcs []string `android:"arch_variant"`
322 Srcs []string `android:"arch_variant"`
1046 // Compile files listed in c.Properties.Srcs into objects
1047 objFiles := compiler.compileObjs(ctx, flags, "", compiler.Properties.Srcs, compiler.Properties.Exclude_srcs)
1274 library.Properties.Static.Srcs, library.Properties.Static.Exclude_srcs)...)
1277 library.Properties.Shared.Srcs, library.Properties.Shared.Exclude_srcs)...)
1755 testNames := make([]string, len(m.compiler.(*baseCompiler).Properties.Srcs))
1756 for i, src := range m.compiler.(*baseCompiler).Properties.Srcs {
1760 for i, src := range m.compiler.(*baseCompiler).Properties.Srcs {
1761 tests[i].(*Module).compiler.(*baseCompiler).Properties.Srcs = []string{src}