Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tools/skdiff/
H A Dskdiff_main.cpp260 SkString pathRelativeToRootDir(subDir); in get_file_list_subdir() local
262 pathRelativeToRootDir.append(PATH_DIV_STR); in get_file_list_subdir()
264 pathRelativeToRootDir.append(fileName); in get_file_list_subdir()
265 if (string_contains_any_of(pathRelativeToRootDir, matchSubstrings) && in get_file_list_subdir()
266 !string_contains_any_of(pathRelativeToRootDir, nomatchSubstrings)) { in get_file_list_subdir()
267 files->push_back(std::move(pathRelativeToRootDir)); in get_file_list_subdir()
279 SkString pathRelativeToRootDir(subDir); in get_file_list_subdir() local
281 pathRelativeToRootDir.append(PATH_DIV_STR); in get_file_list_subdir()
283 pathRelativeToRootDir.append(dirName); in get_file_list_subdir()
284 if (!string_contains_any_of(pathRelativeToRootDir, nomatchSubstrings)) { in get_file_list_subdir()
[all …]