Lines Matching refs:pathRelativeToRootDir
270 SkString pathRelativeToRootDir(subDir); in get_file_list_subdir() local
272 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() local
291 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()
295 get_file_list_subdir(rootDir, pathRelativeToRootDir, in get_file_list_subdir()