Searched refs:nomatchSubstrings (Results 1 – 1 of 1) sorted by relevance
/external/skia/tools/ |
D | skdiff_main.cpp | 205 const StringArray& nomatchSubstrings, in get_file_list_subdir() argument 227 !string_contains_any_of(pathRelativeToRootDir, nomatchSubstrings)) { in get_file_list_subdir() 245 if (!string_contains_any_of(pathRelativeToRootDir, nomatchSubstrings)) { in get_file_list_subdir() 247 matchSubstrings, nomatchSubstrings, recurseIntoSubdirs, in get_file_list_subdir() 261 const StringArray& nomatchSubstrings, in get_file_list() argument 264 matchSubstrings, nomatchSubstrings, recurseIntoSubdirs, in get_file_list() 320 const StringArray& nomatchSubstrings, in create_diff_images() argument 330 get_file_list(baseDir, matchSubstrings, nomatchSubstrings, recurseIntoSubdirs, &baseFiles); in create_diff_images() 331 get_file_list(comparisonDir, matchSubstrings, nomatchSubstrings, recurseIntoSubdirs, in create_diff_images() 552 StringArray nomatchSubstrings; in tool_main() local [all …]
|