Lines Matching defs:files
25 * Given three directory names, expects to find identically-named files in
244 bool recurseIntoSubdirs, FileArray *files) {
252 // Iterate over files (not directories) within dir.
266 files->push_back(std::move(pathRelativeToRootDir));
286 files);
292 /// Iterate over dir and get all files whose filename:
296 /// Adds the matching files to the list in *files.
300 bool recurseIntoSubdirs, FileArray *files) {
303 files);
360 /// If outputDir.isEmpty(), don't write out diff files.
509 // files only in baseDir
530 // files only in comparisonDir
568 "\n --match <substring>: compare files whose filenames contain this substring;"
569 "\n if unspecified, compare ALL files."
574 "\n --nomatch <substring>: regardless of --match, DO NOT compare files whose"