Home
last modified time | relevance | path

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

/test/vts/utils/python/reporting/
Dreport_file_utils.py62 src_path, argument
82 dir_path = os.path.dirname(src_path)
84 relative_path = os.path.basename(src_path)
105 def _PushReportFile(self, src_path, dest_path): argument
112 src_path = NotNoneStr(src_path)
121 shutil.copy(src_path, dest_path)
123 def SaveReport(self, src_path, new_file_name=None, file_name_prefix=None): argument
139 src_path = NotNoneStr(src_path)
145 src_path,
148 self._PushReportFile(src_path, dest_path)
[all …]