Lines Matching refs:Cmd
64 // The command to run on one or more input files. Cmd supports substitution of a few variables
78 // Use "$(in)" directly in Cmd to ensure that all inputs used are declared.
79 Cmd *string
131 cmd string
234 // "cmd: unknown location label ..." errors later. Add a dummy file to the local label. The
267 // "cmd: label ":..." has no files" errors later. Add a dummy file to the local label. The
278 task := g.taskGenerator(ctx, String(g.properties.Cmd), srcFiles)
286 rawCommand, err := android.Expand(task.cmd, func(name string) (string, error) {
290 ctx.PropertyErrorf("cmd", fmt, args...)
350 ctx.PropertyErrorf("cmd", "%s", err.Error())
355 ctx.PropertyErrorf("cmd", "specified depfile=true but did not include a reference to '${depfile}' in cmd")
509 ctx.PropertyErrorf("cmd", err.Error())
522 cmd: fullCommand,
555 cmd: rawCommand,