Home
last modified time | relevance | path

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

/development/testrunner/coverage/
Dcoverage.py268 def _TidyDir(self, dir_path): argument
270 html_file_pattern = os.path.join(dir_path, "*.html")
274 sub_dirs = os.listdir(dir_path)
276 sub_dir_path = os.path.join(dir_path, sub_dir_name)