Home
last modified time | relevance | path

Searched defs:Cmd (Results 1 – 2 of 2) sorted by relevance

/build/soong/ui/build/
Dexec.go29 type Cmd struct { struct
30 *exec.Cmd argument
32 Environment *Environment
33 Sandbox Sandbox
35 ctx Context
36 config Config
37 name string
39 started time.Time
56 func (c *Cmd) prepare() {
68 func (c *Cmd) report() {
[all …]
/build/soong/genrule/
Dgenrule.go129 Cmd proptools.Configurable[string] `android:"replace_instead_of_append"` member