Searched refs:pathRelativeToRootDir (Results 1 – 1 of 1) sorted by relevance
270 SkString pathRelativeToRootDir(subDir); in get_file_list_subdir() local272 pathRelativeToRootDir.append(PATH_DIV_STR); in get_file_list_subdir()274 pathRelativeToRootDir.append(fileName); in get_file_list_subdir()275 if (string_contains_any_of(pathRelativeToRootDir, matchSubstrings) && in get_file_list_subdir()276 !string_contains_any_of(pathRelativeToRootDir, nomatchSubstrings)) { in get_file_list_subdir()277 files->push(new SkString(pathRelativeToRootDir)); in get_file_list_subdir()289 SkString pathRelativeToRootDir(subDir); in get_file_list_subdir() local291 pathRelativeToRootDir.append(PATH_DIV_STR); in get_file_list_subdir()293 pathRelativeToRootDir.append(dirName); in get_file_list_subdir()294 if (!string_contains_any_of(pathRelativeToRootDir, nomatchSubstrings)) { in get_file_list_subdir()[all …]