Home | History | Annotate | Download | only in tools

Lines Matching full:matchsubstrings

254                                  const StringArray& matchSubstrings,
276 if (string_contains_any_of(pathRelativeToRootDir, matchSubstrings) &&
297 matchSubstrings, nomatchSubstrings, recurseIntoSubdirs,
305 /// - matches any of the substrings in matchSubstrings, but...
310 const StringArray& matchSubstrings,
314 matchSubstrings, nomatchSubstrings, recurseIntoSubdirs,
383 const StringArray& matchSubstrings,
395 get_file_list(baseDir, matchSubstrings, nomatchSubstrings, recurseIntoSubdirs, &baseFiles);
396 get_file_list(comparisonDir, matchSubstrings, nomatchSubstrings, recurseIntoSubdirs,
623 StringArray matchSubstrings;
704 matchSubstrings.push(new SkString(argv[++i]));
801 // If no matchSubstrings were specified, match ALL strings
803 if (matchSubstrings.isEmpty()) {
804 matchSubstrings.push(new SkString(""));
809 matchSubstrings, nomatchSubstrings, recurseIntoSubdirs, generateDiffs,
830 matchSubstrings.deleteAll();