Searched refs:pathRelativeToRootDir (Results 1 – 1 of 1) sorted by relevance
260 SkString pathRelativeToRootDir(subDir); in get_file_list_subdir() local262 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() local281 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 …]