Searched defs:searchPaths (Results 1 – 2 of 2) sorted by relevance
35 type searchPaths struct { struct36 vpaths []vpath // vpath directives37 dirs []string // VPATH variable40 func (s searchPaths) exists(target string) (string, bool) {
36 func newExecContext(vars Vars, vpaths searchPaths, avoidIO bool) *execContext {