Home | History | Annotate | Download | only in releasetools

Lines Matching defs:OPTIONS

68 OPTIONS = common.OPTIONS
70 OPTIONS.text = False
71 OPTIONS.compare_with = None
72 OPTIONS.local_cert_dirs = ("vendor", "build")
125 for top in OPTIONS.local_cert_dirs:
384 OPTIONS.compare_with = a
386 OPTIONS.local_cert_dirs = [i.strip() for i in a.split(",")]
388 OPTIONS.text = True
413 if OPTIONS.compare_with:
417 compare_files.LoadZipFile(OPTIONS.compare_with)
421 if OPTIONS.text or not compare_files:
427 if OPTIONS.text: