Home
last modified time | relevance | path

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

/build/kati/
Dpathutil.go49 type fsCacheT struct { struct
50 mu sync.Mutex
51 ids map[string]fileid
52 dirents map[fileid][]dirent
66 func (c *fsCacheT) dirs() int {
72 func (c *fsCacheT) files() int {
159 func (c *fsCacheT) fileid(dir string) fileid {
166 func (c *fsCacheT) readdir(dir string, id fileid) (fileid, []dirent) {
237 func (c *fsCacheT) glob(dir, pattern string, matches []string) ([]string, error) {
257 func (c *fsCacheT) Glob(pat string) ([]string, error) {
[all …]