Lines Matching refs:Dir
43 // to Dir.
56 // Dir specifies the working directory of the command.
57 // If Dir is the empty string, Run runs the command in the
59 Dir string
261 // lookExtensions finds windows executable by its dir and path.
264 func lookExtensions(path, dir string) (string, error) {
268 if dir == "" {
277 dirandpath := filepath.Join(dir, path)
298 lp, err := lookExtensions(c.Path, c.Dir)
324 Dir: c.Dir,