Home
last modified time | relevance | path

Searched refs:nomatchSubstrings (Results 1 – 1 of 1) sorted by relevance

/external/skia/tools/skdiff/
Dskdiff_main.cpp254 const StringArray& nomatchSubstrings, in get_file_list_subdir() argument
276 !string_contains_any_of(pathRelativeToRootDir, nomatchSubstrings)) { in get_file_list_subdir()
294 if (!string_contains_any_of(pathRelativeToRootDir, nomatchSubstrings)) { in get_file_list_subdir()
296 matchSubstrings, nomatchSubstrings, recurseIntoSubdirs, in get_file_list_subdir()
310 const StringArray& nomatchSubstrings, in get_file_list() argument
313 matchSubstrings, nomatchSubstrings, recurseIntoSubdirs, in get_file_list()
383 const StringArray& nomatchSubstrings, 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()
625 StringArray nomatchSubstrings; in main() local
[all …]