Home
last modified time | relevance | path

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

/build/blueprint/pathtools/
Dglob.go104 func glob(fs FileSystem, pattern string, hasRecursive bool, func
389 func GlobWithDepFile(glob, fileListFile, depFile string, excludes []string) (files []string, err er… argument
Dfs.go96 glob(pattern string) (matches []string, err error) methodSpec
157 func (osFs) glob(pattern string) ([]string, error) { func
319 func (m *mockFs) glob(pattern string) ([]string, error) { func
/build/blueprint/
Dglob.go49 func (c *Context) glob(pattern string, excludes []string) ([]string, error) { func
/build/kati/
Dpathutil.go237 func (c *fsCacheT) glob(dir, pattern string, matches []string) ([]string, error) { func