Home
last modified time | relevance | path

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

/external/clang/utils/perf-training/
Dperf-helper.py23 def findFilesWithExtension(path, extension): function
36 for filename in findFilesWithExtension(args[0], args[1]):
46 cmd.extend(findFilesWithExtension(args[2], "profraw"))
356 input_files.extend(findFilesWithExtension(dirname, "dtrace"))