Searched defs:Cmd (Results 1 – 2 of 2) sorted by relevance
29 type Cmd struct { struct30 *exec.Cmd argument32 Environment *Environment33 Sandbox Sandbox35 ctx Context36 config Config37 name string39 started time.Time56 func (c *Cmd) prepare() {68 func (c *Cmd) report() {[all …]
129 Cmd proptools.Configurable[string] `android:"replace_instead_of_append"` member