Home
last modified time | relevance | path

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

/test/vts/utils/python/systrace/
Dsystrace_controller.py226 def SaveLastOutput(self, report_path=None): argument
227 if not report_path:
230 report_path = str(report_path)
237 parent_dir = os.path.dirname(report_path)
246 shutil.copy(self._path_output, report_path)
Dsystrace_utils.py115 report_path = getattr(self,
120 report_path, report_destination_file_name)