Home | History | Annotate | Download | only in auto_bisect

Lines Matching refs:downloaded_file

1227     downloaded_file = fetch_build_func()
1231 if not downloaded_file:
1232 downloaded_file = self.PostBuildRequestAndWait(
1234 if not downloaded_file:
1246 ExtractZip(downloaded_file, abs_build_dir)
1267 if os.path.exists(downloaded_file):
1268 os.remove(downloaded_file)