Lines Matching refs:srcFiles
148 type taskFunc func(ctx android.ModuleContext, rawCommand string, srcFiles android.Paths) []generate…
284 var srcFiles android.Paths
301 srcFiles = append(srcFiles, paths...)
310 for _, task := range g.taskGenerator(ctx, String(g.properties.Cmd), srcFiles) {
411 sandboxCommand = sandboxCommand + hashSrcFiles(srcFiles)
479 func hashSrcFiles(srcFiles android.Paths) string {
481 for _, src := range srcFiles {
600 …taskGenerator := func(ctx android.ModuleContext, rawCommand string, srcFiles android.Paths) []gene…
607 shards := android.ShardPaths(srcFiles, shardSize)
695 …taskGenerator := func(ctx android.ModuleContext, rawCommand string, srcFiles android.Paths) []gene…
704 in: srcFiles,