Home | History | Annotate | Download | only in releasetools

Lines Matching defs:OPTIONS

72 OPTIONS = common.OPTIONS
74 OPTIONS.text = False
75 OPTIONS.compare_with = None
76 OPTIONS.local_cert_dirs = ("vendor", "build")
129 for top in OPTIONS.local_cert_dirs:
391 OPTIONS.compare_with = a
393 OPTIONS.local_cert_dirs = [i.strip() for i in a.split(",")]
395 OPTIONS.text = True
420 if OPTIONS.compare_with:
424 compare_files.LoadZipFile(OPTIONS.compare_with)
428 if OPTIONS.text or not compare_files:
434 if OPTIONS.text: