Searched refs:upload_path (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/common_lib/ |
D | packages.py | 503 def upload_pkg(self, pkg_path, upload_path=None, update_checksum=False, argument 506 if upload_path: 507 upload_path_list = [upload_path] 537 def upload_pkg_parallel(self, pkg_path, upload_path, update_checksum=False): argument 551 self.repo_check(upload_path) 554 self.upload_pkg_dir(pkg_path, upload_path) 556 self.upload_pkg_file(pkg_path, upload_path) 559 upload_path) 562 def upload_pkg_file(self, file_path, upload_path): argument 572 if upload_path.startswith('ssh://'): [all …]
|