Lines Matching defs:string
43 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, deps []string, …
47 func startGlob(fs FileSystem, pattern string, excludes []string,
105 func glob(fs FileSystem, pattern string, hasRecursive bool,
187 func saneSplit(path string) (dir, file string) {
203 func isWild(pattern string) bool {
209 func filterExcludes(matches []string, excludes []string) ([]string, error) {
233 func filterDotFiles(matches []string) []string {
249 func Match(pattern, name string) (bool, error) {
307 func GlobPatternList(patterns []string, prefix string) (globedList []string, depDirs []string, err …
332 func IsGlob(pattern string) bool {
337 func HasGlob(in []string) bool {
361 func GlobWithDepFile(glob, fileListFile, depFile string, excludes []string) (files []string, err er…
379 func WriteFileIfChanged(filename string, data []byte, perm os.FileMode) error {
436 func MatchEscape(s string) string {