Searched refs:src_path (Results 1 – 1 of 1) sorted by relevance
62 src_path, argument82 dir_path = os.path.dirname(src_path)84 relative_path = os.path.basename(src_path)105 def _PushReportFile(self, src_path, dest_path): argument112 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): argument139 src_path = NotNoneStr(src_path)145 src_path,148 self._PushReportFile(src_path, dest_path)[all …]