Home
last modified time | relevance | path

Searched defs:searchPaths (Results 1 – 2 of 2) sorted by relevance

/build/kati/
Dfileutil.go35 type searchPaths struct { struct
36 vpaths []vpath // vpath directives
37 dirs []string // VPATH variable
40 func (s searchPaths) exists(target string) (string, bool) {
Devalcmd.go36 func newExecContext(vars Vars, vpaths searchPaths, avoidIO bool) *execContext {