Home
last modified time | relevance | path

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

/tools/asuite/atest/logstorage/
Dlog_uploader_unittest.py139 ).upload_single_file(file_path)
153 ).upload_single_file(file_path)
169 ).upload_single_file(file_path)
188 suj.upload_single_file(file_path1)
189 suj.upload_single_file(file_path2)
205 suj.upload_single_file(file_path1)
207 suj.upload_single_file(file_path2)
Dlog_uploader.py179 self.upload_single_file(artifact_path)
181 def upload_single_file(self, artifact_path: pathlib.Path) -> None: member in _LogUploadSession