HomeSort by relevance Sort by last modified time
    Searched refs:repo_urls (Results 1 - 5 of 5) sorted by null

  /external/autotest/utils/
packager.py 233 repo_urls = c.get_config_value('PACKAGES', 'fetch_location',
270 pkgmgr = packages.PackageManager(autotest_dir, repo_urls=repo_urls,
  /external/autotest/client/common_lib/
base_packages.py 215 def __init__(self, pkgmgr_dir, hostname=None, repo_urls=None,
219 repo_urls: The list of the repository urls which is consulted
265 if not repo_urls:
266 repo_urls = []
268 repo_urls = self.get_mirror_list(repo_urls)
269 for url in repo_urls:
640 def get_mirror_list(self, repo_urls):
647 return repo_urls
    [all...]
  /external/autotest/server/
autotest_unittest.py 157 repo_urls=['repo'], hostname='hostname', do_locking=False,
autotest.py 185 repo_urls=repos,
    [all...]
  /external/autotest/client/bin/
job.py 469 def add_repository(self, repo_urls):
476 for repo_url in repo_urls:
    [all...]

Completed in 677 milliseconds