Lines Matching refs:OPTIONS
37 OPTIONS = Options() variable
38 OPTIONS.search_path = "out/host/linux-x86"
39 OPTIONS.verbose = False
40 OPTIONS.tempfiles = []
41 OPTIONS.device_specific = None
42 OPTIONS.extras = {}
43 OPTIONS.info_dict = None
56 if OPTIONS.verbose:
252 BuildAndAddBootableImage(os.path.join(OPTIONS.input_tmp, "RECOVERY"),
256 BuildAndAddBootableImage(os.path.join(OPTIONS.input_tmp, "BOOT"),
263 OPTIONS.tempfiles.append(tmp)
330 os.path.join(OPTIONS.search_path, "framework", "signapk.jar")]
380 elif OPTIONS.verbose:
458 OPTIONS.verbose = True
460 OPTIONS.search_path = a
462 OPTIONS.device_specific = a
465 OPTIONS.extras[key] = value
470 os.environ["PATH"] = (os.path.join(OPTIONS.search_path, "bin") +
477 for i in OPTIONS.tempfiles:
600 self.extras = OPTIONS.extras
603 path = OPTIONS.device_specific
772 for i in range(OPTIONS.worker_threads)]