Searched refs:matchSubstrings (Results 1 – 1 of 1) sorted by relevance
/external/skia/tools/skdiff/ |
D | skdiff_main.cpp | 253 const StringArray& matchSubstrings, in get_file_list_subdir() argument 275 if (string_contains_any_of(pathRelativeToRootDir, matchSubstrings) && in get_file_list_subdir() 296 matchSubstrings, nomatchSubstrings, recurseIntoSubdirs, in get_file_list_subdir() 309 const StringArray& matchSubstrings, in get_file_list() argument 313 matchSubstrings, nomatchSubstrings, recurseIntoSubdirs, in get_file_list() 382 const StringArray& matchSubstrings, in create_diff_images() argument 394 get_file_list(baseDir, matchSubstrings, nomatchSubstrings, recurseIntoSubdirs, &baseFiles); in create_diff_images() 395 get_file_list(comparisonDir, matchSubstrings, nomatchSubstrings, recurseIntoSubdirs, in create_diff_images() 624 StringArray matchSubstrings; in main() local 705 matchSubstrings.push(new SkString(argv[++i])); in main() [all …]
|