Lines Matching defs:string
42 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, deps []string, …
46 func startGlob(fs FileSystem, pattern string, excludes []string,
104 func glob(fs FileSystem, pattern string, hasRecursive bool,
184 func saneSplit(path string) (dir, file string) {
200 func isWild(pattern string) bool {
206 func filterExcludes(matches []string, excludes []string) ([]string, error) {
230 func filterDotFiles(matches []string) []string {
246 func Match(pattern, name string) (bool, error) {
288 func matchPrefix(pattern, name string) (bool, error) {
327 func saneSplitFirst(path string) (string, string) {
335 func GlobPatternList(patterns []string, prefix string) (globedList []string, depDirs []string, err …
360 func IsGlob(pattern string) bool {
365 func HasGlob(in []string) bool {
389 func GlobWithDepFile(glob, fileListFile, depFile string, excludes []string) (files []string, err er…
407 func WriteFileIfChanged(filename string, data []byte, perm os.FileMode) error {
464 func MatchEscape(s string) string {