os/exec.Cmd.Path (field)
9 uses
os/exec (current package)
exec.go#L153: Path string
exec.go#L400: Path: name,
exec.go#L446: cmd.Path = lp
exec.go#L501: b.WriteString(c.Path)
exec.go#L522: return []string{c.Path}
exec.go#L653: if c.Path == "" && c.Err == nil && c.lookPathErr == nil {
exec.go#L662: lp := c.Path
exec.go#L664: if c.Path == c.cachedLookExtensions.in {
exec.go#L685: lp, err = lookExtensions(c.Path, c.Dir)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)