Lines Matching refs:matches
104 // IncludeFiles are file names to include as matches
107 // IncludeSuffixes are filename suffixes to include as matches.
245 matches := []string{}
248 matches = append(matches, foundName)
251 return entries.DirNames, matches
267 matches := []string{}
270 matches = append(matches, foundName)
274 if len(matches) > 0 {
275 return []string{}, matches
277 return entries.DirNames, matches
460 // directories to walk and which files to consider as matches to the original query.
854 f.verbosef("Database header matches, will attempt to use database %v\n", f.DbPath)
1465 // files to include, and listMatches returns the matches
1542 matches := []string{}
1552 matches = append(matches, filePaths...)
1554 return matches