Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/tracing/
Dtracing_project.py37 def _FindAllFilesRecursive(source_paths): function
150 all_filenames = _FindAllFilesRecursive([self.tracing_src_path])
159 all_filenames = _FindAllFilesRecursive([self.tracing_src_path])
169 all_filenames = _FindAllFilesRecursive([self.tracing_src_path])
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dproject.py12 def _FindAllFilesRecursive(source_paths): function