Home
last modified time | relevance | path

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

/tools/asuite/atest/logstorage/
Dlog_uploader.py145 def _get_file_paths(cls, directory: pathlib.Path) -> list[pathlib.Path]: member in _LogUploadSession
161 file_paths.extend(cls._get_file_paths(entry))
178 for artifact_path in self._get_file_paths(artifacts_dir):