Lines Matching refs:destination
15 def check_iso(url, destination, hash): argument
27 if not destination:
28 os.makedirs(destination)
29 iso_path = os.path.join(destination, os.path.basename(url))
36 utils.unmap_url_cache(destination, url, hash, method="sha1")
52 utils.unmap_url_cache(destination, url, hash, method="sha1")
107 destination = os.path.join(base_dir, 'isos', 'linux') variable
108 path = os.path.join(destination, iso_name)
109 check_iso(url, destination, hash)
120 destination = os.path.join(base_dir, 'isos', 'windows') variable
121 path = os.path.join(destination, iso_name)
122 check_iso(url, destination, hash)