os/exec.Cmd.Path (field)
11 uses
os/exec (current package)
exec.go#L63: Path string
exec.go#L171: Path: name,
exec.go#L178: cmd.Path = lp
exec.go#L209: b.WriteString(c.Path)
exec.go#L237: return []string{c.Path}
exec.go#L383: lp, err := lookExtensions(c.Path, c.Dir)
exec.go#L389: c.Path = lp
exec.go#L422: c.Process, err = os.StartProcess(c.Path, c.argv(), &os.ProcAttr{
internal/execabs
execabs.go#L46: if filepath.Base(name) == name && !filepath.IsAbs(cmd.Path) {
execabs.go#L53: *lookPathErr = relError(name, cmd.Path)
execabs.go#L55: cmd.Path = ""
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |