Lines Matching refs:matches
104 // IncludeFiles are file names to include as matches
242 matches := []string{}
245 matches = append(matches, foundName)
248 return entries.DirNames, matches
264 matches := []string{}
267 matches = append(matches, foundName)
271 if len(matches) > 0 {
272 return []string{}, matches
274 return entries.DirNames, matches
456 // directories to walk and which files to consider as matches to the original query.
850 f.verbosef("Database header matches, will attempt to use database %v\n", f.DbPath)
1443 // files to include, and listMatches returns the matches
1520 matches := []string{}
1530 matches = append(matches, filePaths...)
1532 return matches