Lines Matching refs:Srcs
200 Srcs []string
309 g.properties.PkgPath, g.properties.Srcs, genSrcs,
314 g.properties.Srcs, genSrcs, deps)
319 phonyGoTarget(ctx, g.archiveFile, g.properties.Srcs, genSrcs, nil)
326 Srcs []string
400 name, g.properties.Srcs, genSrcs, g.properties.TestSrcs)
403 buildGoPackage(ctx, objDir, name, archiveFile, g.properties.Srcs, genSrcs, deps)
436 phonyGoTarget(ctx, binaryFile, g.properties.Srcs, genSrcs, intermediates)
469 pkgPath string, archiveFile string, srcs []string, genSrcs []string, orderDeps []string) {
472 srcFiles := pathtools.PrefixPaths(srcs, srcDir)
505 pkgPath string, srcs, genSrcs, testSrcs []string) []string {
520 append(srcs, testSrcs...), genSrcs, nil)
572 func phonyGoTarget(ctx blueprint.ModuleContext, target string, srcs []string,
584 srcs = pathtools.PrefixPaths(srcs, filepath.Join("$srcDir", moduleDir))
585 srcs = append(srcs, gensrcs...)
590 Inputs: srcs,
599 for _, src := range srcs {