os.ProcAttr.Dir (field)

5 uses

	os (current package)
		exec.go#L47: 	Dir string
		exec_posix.go#L30: 	if attr != nil && attr.Sys == nil && attr.Dir != "" {
		exec_posix.go#L31: 		if _, err := Stat(attr.Dir); err != nil {
		exec_posix.go#L39: 		Dir: attr.Dir,

	os/exec
		exec.go#L423: 		Dir:   c.Dir,