Lines Matching refs:build_url
1130 def download_file(self, build_url, file, dest_dir, unzip=False,
1134 @param build_url: The url to use for downloading Android artifacts.
1142 # Append the file name to the url if build_url is linked to the folder
1144 if not build_url.endswith('/%s' % file):
1145 src_url = os.path.join(build_url, file)
1147 src_url = build_url