Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dpackages.py245 upload_paths=None, do_locking=True, run_function=utils.run, argument
302 if not upload_paths:
303 self.upload_paths = []
305 self.upload_paths = list(upload_paths)
515 elif len(self.upload_paths) > 0:
517 upload_path_list = self.upload_paths
644 elif len(self.upload_paths) > 0:
645 remove_path_list = self.upload_paths
/external/autotest/utils/
Dpackager.py322 upload_paths = c.get_config_value('PACKAGES', 'upload_location',
326 upload_paths.append(options.repo)
329 if not upload_paths:
362 upload_paths=upload_paths,