Home
last modified time | relevance | path

Searched refs:fsCacheT (Results 1 – 2 of 2) sorted by relevance

/build/kati/
Dpathutil.go49 type fsCacheT struct { struct
55 var fsCache = &fsCacheT{
66 func (c *fsCacheT) dirs() int { argument
72 func (c *fsCacheT) files() int { argument
159 func (c *fsCacheT) fileid(dir string) fileid { argument
166 func (c *fsCacheT) readdir(dir string, id fileid) (fileid, []dirent) { argument
237 func (c *fsCacheT) glob(dir, pattern string, matches []string) ([]string, error) { argument
257 func (c *fsCacheT) Glob(pat string) ([]string, error) { argument
397 func (c *fsCacheT) find(w evalWriter, fc findCommand, path string, id fileid, depth int, seen map[f… argument
Dpathutil_test.go27 ofscache *fsCacheT
34 fsCache = &fsCacheT{